Skip to content

Commit

Permalink
Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 28, 2023
1 parent 328bebb commit 99b2226
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cc: gcc-12

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
3 changes: 1 addition & 2 deletions .github/workflows/covr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

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 All @@ -27,4 +27,3 @@ jobs:

- name: Coverage
run: ./run.sh coverage

3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

* .codecov.yml: Added

* .github/workflows/ci.yaml (jobs): Use actions/checkout@v4
* .github/workflows/covr.yaml (jobs): Ditto

2023-05-14 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Release 0.1.10
Expand Down

0 comments on commit 99b2226

Please sign in to comment.