diff --git a/.github/workflows/windows-race.yml b/.github/workflows/windows-race.yml index a167a0d20..04200499f 100644 --- a/.github/workflows/windows-race.yml +++ b/.github/workflows/windows-race.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v2 - name: Restore Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # Note: unlike some other setups, this is only grabbing the mod download # cache, rather than the whole mod directory, as the download cache diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 40081d914..6625086f9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v2 - name: Restore Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # Note: unlike some other setups, this is only grabbing the mod download # cache, rather than the whole mod directory, as the download cache