diff --git a/.github/workflows/Code-Analysis.yml b/.github/workflows/Code-Analysis.yml index c1a8a10b..5c753c77 100644 --- a/.github/workflows/Code-Analysis.yml +++ b/.github/workflows/Code-Analysis.yml @@ -19,7 +19,7 @@ jobs: with: global-json-file: global.json - name: Set up dependency caching for faster builds - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: | diff --git a/.github/workflows/LocalesTest.yml b/.github/workflows/LocalesTest.yml index 259d1292..b1fd2056 100644 --- a/.github/workflows/LocalesTest.yml +++ b/.github/workflows/LocalesTest.yml @@ -20,7 +20,7 @@ jobs: with: global-json-file: global.json - name: Set up dependency caching for faster builds - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: | diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 698e2fd3..dafb7eeb 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -40,7 +40,7 @@ jobs: dotnet --info dotnet --version - name: Set up dependency caching for faster builds - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: |