Skip to content

Commit 943d674

Browse files
authored
Merge pull request #77 from NOAA-EDAB/dependabot/github_actions/github-actions-deps-6d27746ab2
build(deps): bump the github-actions-deps group across 1 directory with 2 updates
2 parents c0a958b + 1fd1aec commit 943d674

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
shell: Rscript {0}
2929

3030
- name: Cache R packages
31-
uses: actions/cache@v5.0.0
31+
uses: actions/cache@v5.0.5
3232
with:
3333
path: ${{ env.R_LIBS_USER }}
3434
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

.github/workflows/secretScan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
gitleaks:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v6
1010
with:
1111
fetch-depth: '2'
1212
- name: gitleaks-action

0 commit comments

Comments
 (0)