Skip to content

Commit

Permalink
Merge pull request #24 from henrysky/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
henrysky committed Feb 17, 2024
2 parents 2f4ec22 + 5b269ed commit 778d592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install .
python -c "from astroNN.config import tf_patch; tf_patch()"
- name: Cache test data
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{github.workspace}}/ci_data/
key: astronn-${{ runner.os }}-${{ matrix.TF_VER }}-${{ matrix.PAPER_MODELS }}-2023april30
Expand Down

0 comments on commit 778d592

Please sign in to comment.