Skip to content

Commit

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

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

- uses: r-lib/actions/setup-r@v2
with:
Expand All @@ -43,7 +43,7 @@ jobs:
R: [ '4.3.1' ]

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

- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 4a196e4

Please sign in to comment.