Skip to content

Commit 909d86b

Browse files
authored
ci: Invalidate deps cache
1 parent 3c9fae6 commit 909d86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: r-lib/actions/setup-r@v2
2727
- uses: r-lib/actions/setup-r-dependencies@v2
2828
with:
29-
cache-version: 4
29+
cache-version: 5
3030
- name: Render README
3131
run: Rscript -e 'rmarkdown::render("README.Rmd", output_format = "github_document", params = list(AIRTABLE_API_KEY = ${{ secrets.AIRTABLE_API_KEY }}))'
3232
env: # Set the secrets as an input

0 commit comments

Comments
 (0)