diff --git a/.github/workflows/PR-arm.yml b/.github/workflows/PR-arm.yml index f377cd68d5e11..eb466976a798e 100644 --- a/.github/workflows/PR-arm.yml +++ b/.github/workflows/PR-arm.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true max-parallel: 13 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -31,7 +31,7 @@ jobs: - name: Restore cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /opt/mambaforge key: ${{ runner.os }}--bulk--${{ hashFiles('install-and-set-up-conda.sh', 'common.sh', 'configure-conda.sh') }}