diff --git a/.github/workflows/code-scanning-pack-gen.yml b/.github/workflows/code-scanning-pack-gen.yml index 295ef36f4..dad3abdad 100644 --- a/.github/workflows/code-scanning-pack-gen.yml +++ b/.github/workflows/code-scanning-pack-gen.yml @@ -48,7 +48,7 @@ jobs: - name: Cache CodeQL id: cache-codeql - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ github.workspace }}/codeql_home key: codeql-home-${{ matrix.os }}-${{ matrix.codeql_cli }}-${{ matrix.codeql_standard_library }} diff --git a/.github/workflows/codeql_unit_tests.yml b/.github/workflows/codeql_unit_tests.yml index 23d6972a1..f2a5ddff2 100644 --- a/.github/workflows/codeql_unit_tests.yml +++ b/.github/workflows/codeql_unit_tests.yml @@ -59,7 +59,7 @@ jobs: - name: Cache CodeQL id: cache-codeql - uses: actions/cache@v5 + uses: actions/cache@v6 with: # A list of files, directories, and wildcard patterns to cache and restore path: ${{github.workspace}}/codeql_home diff --git a/.github/workflows/standard_library_upgrade_tests.yml b/.github/workflows/standard_library_upgrade_tests.yml index 22c3dd9e0..eefe238f4 100644 --- a/.github/workflows/standard_library_upgrade_tests.yml +++ b/.github/workflows/standard_library_upgrade_tests.yml @@ -52,7 +52,7 @@ jobs: - name: Cache CodeQL id: cache-codeql - uses: actions/cache@v5 + uses: actions/cache@v6 with: # A list of files, directories, and wildcard patterns to cache and restore path: ${{github.workspace}}/codeql_home diff --git a/.github/workflows/tooling-unit-tests.yml b/.github/workflows/tooling-unit-tests.yml index aec9f5dd7..1e9360d1b 100644 --- a/.github/workflows/tooling-unit-tests.yml +++ b/.github/workflows/tooling-unit-tests.yml @@ -54,7 +54,7 @@ jobs: - name: Cache CodeQL id: cache-codeql - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ github.workspace }}/codeql_home key: codeql-home-${{ matrix.os }}-${{ matrix.codeql_cli }}-${{ matrix.codeql_standard_library }} diff --git a/.github/workflows/verify-standard-library-dependencies.yml b/.github/workflows/verify-standard-library-dependencies.yml index 581dd1218..603963c79 100644 --- a/.github/workflows/verify-standard-library-dependencies.yml +++ b/.github/workflows/verify-standard-library-dependencies.yml @@ -55,7 +55,7 @@ jobs: - name: Cache CodeQL id: cache-codeql - uses: actions/cache@v5 + uses: actions/cache@v6 with: # A list of files, directories, and wildcard patterns to cache and restore path: ${{github.workspace}}/codeql_home