Skip to content

Commit

Permalink
Update github action cache version (#3021)
Browse files Browse the repository at this point in the history
* Update github action cache version

* fix indentation in github action config
  • Loading branch information
jesszzzz authored Feb 5, 2025
1 parent e824695 commit ea7a86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
conda run -n hydra pip install nox --progress-bar off
shell: bash
- name: save_cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: |-
~/miniconda3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy website

on:
push:
push:
branches:
- main
- deploy_website_hydra
Expand Down

0 comments on commit ea7a86c

Please sign in to comment.