We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52320d2 commit 972fe05Copy full SHA for 972fe05
.github/workflows/images-to-google-cloud-storage.yml
@@ -15,7 +15,7 @@ jobs:
15
run:
16
working-directory: images-to-google-cloud-storage
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- run: shellcheck ./create-cloud-resources.sh
20
- run: shellcheck ./delete-cloud-resources.sh
21
- run: npx @redocly/openapi-cli lint openapi.yaml
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
lint:
10
runs-on: ubuntu-latest
11
12
13
with:
14
fetch-depth: 0
- uses: github/super-linter/slim@v5
0 commit comments