diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc9e4bc1..4ae0e668 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: cache: 'yarn' - name: Locks cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: test/e2e/__locks__ key: ${{ runner.os }}-locks