Skip to content

Commit

Permalink
trigger new pkg cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb authored Sep 6, 2024
1 parent 4c665ac commit 664e3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_ngs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
GH_TOKEN: ${{ secrets.NFLVERSE_GH_TOKEN }}
NFLVERSE_REBUILD: ${{ inputs.full_rebuild }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
cache-version: 3
extra-packages: |
nflverse/nflverse-data
- name: Run ngs update script
Expand Down

0 comments on commit 664e3e4

Please sign in to comment.