diff --git a/.github/actions/macos/action.yml b/.github/actions/macos/action.yml index 44690c4c63..59319665c7 100644 --- a/.github/actions/macos/action.yml +++ b/.github/actions/macos/action.yml @@ -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 diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml index f786f2a45d..a88a04eb48 100644 --- a/.github/workflows/deploy_website.yml +++ b/.github/workflows/deploy_website.yml @@ -1,7 +1,7 @@ name: Deploy website on: - push: + push: branches: - main - deploy_website_hydra