Skip to content

Commit

Permalink
CI(deps): Update actions/cache action to v4 (#3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 18, 2024
1 parent 18b54a9 commit 6f68d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
shell: bash
- name: Cache conda environment
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/miniconda3/envs/grass-env
key: conda-macos-x86_64-${{
Expand Down

0 comments on commit 6f68d3c

Please sign in to comment.