Skip to content

Commit 79bd751

Browse files
authored
Update build-quarto.yml
1 parent f3d990c commit 79bd751

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1515
steps:
1616
- name: Checkout project
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

@@ -32,7 +32,7 @@ jobs:
3232

3333

3434
- name: Cache packages
35-
uses: actions/cache@v1
35+
uses: actions/cache@v4
3636
with:
3737
path: ${{ env.RENV_PATHS_ROOT }}
3838
key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}

0 commit comments

Comments
 (0)