Skip to content

Commit

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

---
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 Mar 13, 2024
1 parent 8ae1b4e commit 426287d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
-
name: Get go.mod details
uses: Eun/go-mod-details@v1.0.6
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
-
name: Get go.mod details
uses: Eun/go-mod-details@v1.0.6
Expand All @@ -59,7 +59,7 @@ jobs:
steps:
-
name: Checkout code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
-
name: Get go.mod details
uses: Eun/go-mod-details@v1.0.6
Expand Down

0 comments on commit 426287d

Please sign in to comment.