Skip to content

Commit 05fc752

Browse files
Bump actions/cache from 3.0.1 to 3.0.3 (#66)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 830c957 commit 05fc752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_bookdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
- uses: r-lib/actions/setup-r@v2
1515
- uses: r-lib/actions/setup-pandoc@v2
1616
- name: Cache Renv packages
17-
uses: actions/[email protected].1
17+
uses: actions/[email protected].3
1818
with:
1919
path: ~/Library/Caches/org.R-project.R/R/renv
2020
key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}
2121
restore-keys: |
2222
${{ runner.os }}-renv-
2323
2424
- name: Cache bookdown outputs
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].3
2626
with:
2727
path: _book
2828
key: bookdown-${{ hashFiles('**/*Rmd') }}

0 commit comments

Comments
 (0)