There was an error while loading. Please reload this page.
2 parents c0a958b + 1fd1aec commit 943d674Copy full SHA for 943d674
2 files changed
.github/workflows/pkgdown.yml
@@ -28,7 +28,7 @@ jobs:
28
shell: Rscript {0}
29
30
- name: Cache R packages
31
- uses: actions/cache@v5.0.0
+ uses: actions/cache@v5.0.5
32
with:
33
path: ${{ env.R_LIBS_USER }}
34
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
.github/workflows/secretScan.yml
@@ -6,7 +6,7 @@ jobs:
6
gitleaks:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
10
11
fetch-depth: '2'
12
- name: gitleaks-action
0 commit comments