Skip to content

Commit

Permalink
ci: Bump workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 30, 2024
1 parent 1ec84d2 commit 847dbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Cache R packages
if: runner.os != 'Windows'
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.R_LIBS_USER }}
key: upgrade-${{ hashFiles('.github/R-version') }}-2-${{ hashFiles('.github/depends.Rds') }}
Expand Down

0 comments on commit 847dbd3

Please sign in to comment.