We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d990c commit 79bd751Copy full SHA for 79bd751
1 file changed
.github/workflows/build-quarto.yml
@@ -14,7 +14,7 @@ jobs:
14
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
15
steps:
16
- name: Checkout project
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
@@ -32,7 +32,7 @@ jobs:
32
33
34
- name: Cache packages
35
- uses: actions/cache@v1
+ uses: actions/cache@v4
36
37
path: ${{ env.RENV_PATHS_ROOT }}
38
key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}
0 commit comments