Skip to content

Commit 5a1a261

Browse files
chore(deps): update actions/checkout action to v6
1 parent 972fe05 commit 5a1a261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/images-to-google-cloud-storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run:
1616
working-directory: images-to-google-cloud-storage
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- run: shellcheck ./create-cloud-resources.sh
2020
- run: shellcheck ./delete-cloud-resources.sh
2121
- run: npx @redocly/openapi-cli lint openapi.yaml

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515
- uses: github/super-linter/slim@v5

0 commit comments

Comments
 (0)