Skip to content

Commit

Permalink
Update checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 30, 2022
1 parent 4903377 commit 02866ac
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_deps
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2022-11-29 Dirk Eddelbuettel <edd@debian.org>

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

2021-12-19 Dirk Eddelbuettel <edd@debian.org>

* README.md: Remove unused continuous integration artifact and badge
Expand Down

0 comments on commit 02866ac

Please sign in to comment.