mirror of
https://github.com/eddelbuettel/binb
synced 2024-12-22 04:29:59 +01:00
Update GitHub Actions yaml to use actions/checkout@v4
This commit is contained in:
parent
e4cc84f8c2
commit
869ce2f7cb
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get Script
|
- name: Get Script
|
||||||
run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
|
run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2024-01-05 Dirk Eddelbuettel <edd@debian.org>
|
||||||
|
|
||||||
|
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4
|
||||||
|
|
||||||
2022-10-31 Dirk Eddelbuettel <edd@debian.org>
|
2022-10-31 Dirk Eddelbuettel <edd@debian.org>
|
||||||
|
|
||||||
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
|
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user