Skip to content

Commit

Permalink
chore: bump actions/checkout from 4.1.5 to 4.1.6
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.5...v4.1.6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 17, 2024
1 parent d63d75b commit 79ed75a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
-
name: Checkout code
uses: actions/[email protected].5
uses: actions/[email protected].6
-
name: Get go.mod details
uses: Eun/[email protected]
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/[email protected].5
uses: actions/[email protected].6
-
uses: actions/setup-go@v5
# we cannot use nancy-github-action because it is outdated, so it's better to use the latest
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
-
name: Checkout code
uses: actions/[email protected].5
uses: actions/[email protected].6
-
name: Get go.mod details
uses: Eun/[email protected]
Expand Down

0 comments on commit 79ed75a

Please sign in to comment.