Skip to content

Commit 697d94c

Browse files
build(deps): bump the github-actions-deps group across 1 directory with 3 updates
Bumps the github-actions-deps group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action). Updates `actions/checkout` from 2 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) Updates `actions/cache` from 5.0.0 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.0...v5.0.5) Updates `gitleaks/gitleaks-action` from 1.6.0 to 3.0.0 - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](gitleaks/gitleaks-action@v1.6.0...v3.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-deps - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps - dependency-name: gitleaks/gitleaks-action dependency-version: 2.3.9 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5769d6f commit 697d94c

2 files changed

Lines changed: 3 additions & 3 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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
13-
uses: gitleaks/gitleaks-action@v1.6.0
13+
uses: gitleaks/gitleaks-action@v3.0.0

0 commit comments

Comments
 (0)