Skip to content

Commit

Permalink
Update to newest versi5on of checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Jul 13, 2024
1 parent 64165e2 commit 1815276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CRAN_REPO: https://packagemanager.rstudio.com/all/__linux__/focal/latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup R (Ubuntu)
if: matrix.os == 'ubuntu-latest'
uses: eddelbuettel/github-actions/r2u-setup@master
Expand Down

0 comments on commit 1815276

Please sign in to comment.