Skip to content

Commit

Permalink
Bump actions/cache from 4.0.2 to 4.1.2 (#153)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@0c45773...6849a64)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent fd6e768 commit e3d4010
Show file tree
Hide file tree
Showing 133 changed files with 140 additions and 140 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_build-and-cache-by-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

steps:
- name: Check to see if we've already built this part of the build matrix
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "${{ inputs.package-name }}-${{ inputs.package-version }}-ubuntu-${{ matrix.release.name }}-${{ matrix.arch.id }}"
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Cache the packages
if: steps.check.outputs.cache-hit != 'true'
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-packages
with:
key: "${{ inputs.package-name }}-${{ inputs.package-version }}-ubuntu-${{ matrix.release.name }}-${{ matrix.arch.id }}"
Expand All @@ -103,7 +103,7 @@ jobs:

steps:
- name: Cache the packages
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-packages
with:
key: "${{ inputs.package-name }}-${{ inputs.package-version }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_build-and-cache-go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
ref: ${{ github.base_ref }}

- name: Restore any cached build artifacts (musl-aarch64)
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: restore-musl-aarch64
with:
key: "build-cache-${{ inputs.package-name }}-${{ inputs.package-version }}-musl-aarch64"
path: "/usr/bin/${{ inputs.package-name }}_musl_arm64"

- name: Restore any cached build artifacts (musl-x86_64)
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: restore-musl-x86_64
with:
key: "build-cache-${{ inputs.package-name }}-${{ inputs.package-version }}-musl-x86_64"
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
goreleaser release --clean --nightly --skip=announce,publish,validate --verbose
- name: Cache the packages
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-packages
with:
key: "${{ inputs.package-name }}-${{ inputs.package-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-cache-nfpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
nfpm package --packager rpm --target ./dist
- name: Cache the packages
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-packages
with:
key: "${{ inputs.package-name }}-${{ inputs.package-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-cache-prebuilt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
bash ./download.sh
- name: Cache the packages
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-packages
with:
key: "${{ inputs.package-name }}-${{ inputs.package-version }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_build-and-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
ref: ${{ github.base_ref }}

- name: Restore any cached build artifacts (musl-aarch64)
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: restore-musl-aarch64
with:
key: "build-cache-${{ inputs.package-name }}-${{ inputs.package-version }}-musl-aarch64"
path: "/usr/bin/${{ inputs.package-name }}_musl_arm64"

- name: Restore any cached build artifacts (musl-x86_64)
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: restore-musl-x86_64
with:
key: "build-cache-${{ inputs.package-name }}-${{ inputs.package-version }}-musl-x86_64"
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
goreleaser release --clean --nightly --skip=announce,publish,validate --verbose
- name: Cache the packages
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-packages
with:
key: "${{ inputs.package-name }}-${{ inputs.package-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cp -vf "${{ github.workspace }}/builds/usr/bin/${{ inputs.package-name }}_musl_${{ matrix.arch }}" /usr/local/bin/${{ inputs.package-name }}_musl_${{ matrix.arch }}
- name: Cache the packages
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-packages
with:
key: "build-cache-${{ inputs.package-name }}-${{ inputs.package-version }}-musl-${{ matrix.arch }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-1password-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "package_version=$(curl -sSLf https://app-updates.agilebits.com/check/1/0/CLI2/en/2000001/N | jq -Mr '.version')" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "1password-cli-${{ steps.lookup_version.outputs.package_version }}"
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
goreleaser release --clean --nightly --skip=announce,publish,validate --verbose
- name: Cache the packages
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-packages
with:
key: "1password-cli-${{ needs.lookup.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'rhysd/actionlint' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "actionlint-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-amazon-cloudwatch-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(curl -sSLf https://amazoncloudwatch-agent.s3.amazonaws.com/info/latest/CWAGENT_VERSION | tr -d "\n")" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "amazon-cloudwatch-agent-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-amazon-ssm-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'aws/amazon-ssm-agent' -s | sed -r 's,\.0$,,')" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "amazon-ssm-agent-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-aws-session-manager-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'aws/session-manager-plugin' -s | sed -r 's,\.0$,,')" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "aws-session-manager-plugin-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-aws-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r '99designs/aws-vault' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "aws-vault-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-benchstat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'northwood-labs/go-x-perf' -s -t)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "benchstat-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-chamber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'segmentio/chamber' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "chamber-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cloud-nuke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'gruntwork-io/cloud-nuke' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "cloud-nuke-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-container-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'nvidia/container-canary' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "container-canary-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cosign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'sigstore/cosign' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "cosign-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-crane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'google/go-containerregistry' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "crane-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-diffoci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'reproducible-containers/diffoci' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "diffoci-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-direnv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'direnv/direnv' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "direnv-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'wagoodman/dive' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "dive-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'docker/buildx' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "docker-buildx-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'docker/compose' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "docker-compose-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-driftwood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'trufflesecurity/driftwood' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "driftwood-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-editorconfig-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'editorconfig-checker/editorconfig-checker' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "editorconfig-checker-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-eza.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'eza-community/eza' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "eza-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-fd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'sharkdp/fd' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "fd-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'charmbracelet/freeze' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "freeze-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-fzf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'junegunn/fzf' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "fzf-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-gama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'termkit/gama' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "gama-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'cli/cli' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "gh-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-git-cliff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'orhun/git-cliff' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "git-cliff-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-glow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'charmbracelet/glow' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "glow-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-go-binsize-treemap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'nikolaydubina/go-binsize-treemap' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "go-binsize-treemap-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-go-consistent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "package_version=$(download-asset latest-tag -r 'quasilyte/go-consistent' -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: check
with:
key: "go-consistent-${{ steps.lookup_version.outputs.package_version }}"
Expand Down
Loading

0 comments on commit e3d4010

Please sign in to comment.