Skip to content

Commit

Permalink
🤖 Update actions/checkout action to v4 (23technologies#17)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 9b9dc56 commit e7c1c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
working-directory: go/src/github.com/stackitcloud/gardener-extension-shoot-flux

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: go/src/github.com/stackitcloud/gardener-extension-shoot-flux
- uses: actions/setup-go@v4
Expand Down

0 comments on commit e7c1c4c

Please sign in to comment.