Skip to content

Commit

Permalink
Update GitHub Actions yaml to use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jan 8, 2024
1 parent 3040df1 commit 82d1878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get Script
run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
Expand Down

0 comments on commit 82d1878

Please sign in to comment.