Skip to content

Commit e4622f0

Browse files
authored
Merge pull request #11 from digital-clouds/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents 949438f + c31f57f commit e4622f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gcp-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
if: github.repository == 'digital-clouds/workload'
2323
steps:
24-
- uses: 'actions/checkout@v4'
24+
- uses: 'actions/checkout@v7'
2525
- id: 'auth'
2626
uses: 'google-github-actions/auth@v2'
2727
with:

0 commit comments

Comments
 (0)