Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 24, 2022
1 parent 2ac843b commit cdcff2e
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-to-google-cloud-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run:
working-directory: images-to-google-cloud-storage
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: shellcheck ./create-cloud-resources.sh
- run: shellcheck ./delete-cloud-resources.sh
- run: npx @redocly/openapi-cli lint openapi.yaml
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: github/super-linter/slim@v4
Expand Down

0 comments on commit cdcff2e

Please sign in to comment.