Skip to content

Commit

Permalink
Update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 22, 2022
1 parent 7fdc11d commit 96ed1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- id: changed-files
uses: tj-actions/changed-files@v18.7
with:
Expand All @@ -37,7 +37,7 @@ jobs:
if: ${{ needs.changed-files.outputs.status == 'true' }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Node cache
uses: actions/cache@v3
Expand Down

0 comments on commit 96ed1ae

Please sign in to comment.