Skip to content

Commit

Permalink
Bump actions/cache version (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
neiljdo authored Feb 19, 2025
1 parent b0e5765 commit d39f7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: echo "dir=$(python -c 'from lambeq.text2diagram.model_downloader import ModelDownloader; print(ModelDownloader("bert").model_dir)')" >> $GITHUB_OUTPUT
- name: Restore bobcat pre-trained model from cache
id: bobcat-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ steps.loc-bobcat-cache.outputs.dir }}
key: bobcat-bert-v1
Expand Down

0 comments on commit d39f7a6

Please sign in to comment.