Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent fd0287a commit de08c33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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/checkout@v4.1.2
uses: actions/checkout@v4.1.3
-
name: Get go.mod details
uses: Eun/go-mod-details@v1.0.6
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
-
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 @@ -54,7 +54,7 @@ jobs:
steps:
-
name: Checkout code
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
-
name: Get go.mod details
uses: Eun/go-mod-details@v1.0.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
-
name: Login to Docker Registry
uses: docker/login-action@v3.1.0
Expand Down

0 comments on commit de08c33

Please sign in to comment.