Skip to content

Commit e72587e

Browse files
Update actions/checkout action (googleworkspace#295)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent 0cd31e8 commit e72587e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# TODO - expand matrix once stable
1717
python-version: [3.6]
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Fetch and Diff PR with base from which it was cloned
2121
if: ${{ github.event.pull_request.base.sha }}
2222
run: |

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cancel-in-progress: true
2727
runs-on: ubuntu-20.04
2828
steps:
29-
- uses: actions/checkout@v2.4.0
29+
- uses: actions/checkout@v3.0.0
3030
with:
3131
# Full git history is needed to get a proper list of changed files within `super-linter`
3232
fetch-depth: 0

0 commit comments

Comments
 (0)