Skip to content

Commit

Permalink
Pin GitHub Actions workflows to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 14, 2023
1 parent e05c4ef commit 70f966a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-22.04

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

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r@{"message":"Not Found","documentation_url":"https://docs.github.com/rest"}
with:
r-version: 4.3.1
use-public-rspm: true
Expand All @@ -43,9 +43,9 @@ jobs:
R: [ '4.3.1' ]

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

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r@{"message":"Not Found","documentation_url":"https://docs.github.com/rest"}
with:
r-version: ${{ matrix.R }}

Expand Down

0 comments on commit 70f966a

Please sign in to comment.