Skip to content

Commit

Permalink
changed yml to actions/checkoutv3 for node12 to node16 change
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyarz committed Sep 5, 2023
1 parent 088d34f commit b54481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit b54481c

Please sign in to comment.