diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bad6039f..6664ad90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: shell: bash -l {0} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup secrets run: | @@ -73,7 +73,7 @@ jobs: echo "WEEK=$(date +'%Y%U')" >> $GITHUB_ENV - name: Cache data and cutouts folders - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | data @@ -84,7 +84,7 @@ jobs: run: ./test.sh - name: Upload artifacts - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.4.0 with: name: resources-results path: | diff --git a/.github/workflows/update-fixed-env.yaml b/.github/workflows/update-fixed-env.yaml index f66890aa..3bb0991b 100644 --- a/.github/workflows/update-fixed-env.yaml +++ b/.github/workflows/update-fixed-env.yaml @@ -30,7 +30,7 @@ jobs: mamba env export --file envs/environment.fixed.yaml --no-builds - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update-environment-fixed