Skip to content

Commit

Permalink
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] authored and marvinpinto committed Apr 2, 2024
1 parent f4c8a65 commit 4671ae9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kitchensink-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
docker-images: true
swap-storage: true

- uses: "actions/checkout@v4.1.1"
- uses: "actions/checkout@v4.1.2"
with:
lfs: true
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
docker-images: true
swap-storage: true

- uses: "actions/checkout@v4.1.1"
- uses: "actions/checkout@v4.1.2"
with:
lfs: true
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vpn-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
docker-images: true
swap-storage: true

- uses: "actions/checkout@v4.1.1"
- uses: "actions/checkout@v4.1.2"
with:
lfs: true
fetch-depth: 0
Expand Down

0 comments on commit 4671ae9

Please sign in to comment.