Skip to content

Commit

Permalink
Merge pull request #48 from globeandmail/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3
  • Loading branch information
jeffpaul authored Jun 23, 2022
2 parents 7fdc11d + 96ed1ae commit 061f675
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 061f675

Please sign in to comment.