Skip to content

Commit

Permalink
update actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 18, 2023
1 parent 2db890d commit 6776e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-check.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
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 6776e5a

Please sign in to comment.