Skip to content

Commit

Permalink
Update GitHub Actions yaml to use actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 1, 2022
1 parent 11f1979 commit e4cc84f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
pull_request:

env:
USE_BSPM: "true"
_R_CHECK_FORCE_SUGGESTS_: "false"

jobs:
Expand All @@ -21,13 +20,13 @@ jobs:
runs-on: ${{ matrix.os }}

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

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

- name: Bootstrap
run: |
curl -OLs https://eddelbuettel.github.io/r-ci/run.sh
chmod 0755 run.sh
./run.sh bootstrap
run: ./run.sh bootstrap

- name: Dependencies
run: ./run.sh install_all
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2022-10-31 Dirk Eddelbuettel <edd@debian.org>

* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3

2021-11-05 Dirk Eddelbuettel <edd@debian.org>

* README.md: Remove Travis badge
Expand Down

0 comments on commit e4cc84f

Please sign in to comment.