diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 665017521d..c0cd286b3e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -208,7 +208,7 @@ jobs: bash ./internal/command/e2etest/make-archive.sh - name: Save test harness to cache - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ${{ steps.set-cache-values.outputs.e2e-cache-path }} key: ${{ steps.set-cache-values.outputs.e2e-cache-key }}_${{ matrix.goos }}_${{ matrix.goarch }} @@ -248,7 +248,7 @@ jobs: if: ${{ (matrix.goos == 'linux') || (matrix.goos == 'darwin') }} uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: "Restore cache" - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 id: e2etestpkg with: path: ${{ needs.e2etest-build.outputs.e2e-cache-path }} diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b90bb0e5c3..3f6256ec32 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -189,7 +189,7 @@ jobs: await createOrUpdateChangelogComment("", true); - name: Validate changie fragment is valid - uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0 + uses: miniscruff/changie-action@5036dffa79ffc007110dc7f75eca7ef72780e147 # v2.1.0 with: version: latest args: merge -u "." --dry-run diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index fe0b9b3e43..7f8c7992bb 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -142,7 +142,7 @@ jobs: fi - name: Cache protobuf tools - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: "tools/protobuf-compile/.workdir" key: protobuf-tools-${{ hashFiles('tools/protobuf-compile/protobuf-compile.go') }}