Skip to content

Commit

Permalink
chore(deps): update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2025
1 parent 67ee0cc commit d33fdbd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cache/restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- name: Restore cache to github
id: github-cache
if: ${{ runner.environment == 'github-hosted' }}
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
key: ${{ inputs.key }}
path: ${{ inputs.path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/cache/save/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
steps:
- name: Save cache to github
if: ${{ runner.environment == 'github-hosted' }}
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
key: ${{ inputs.key }}
path: ${{ inputs.path }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- 'Cargo.lock'
- name: Install cargo-deny
if: steps.filter.outputs.src == 'true'
uses: taiki-e/install-action@3fc1605ecf43c14c7dd5ac06a4a629031ed3bdbd # v2
uses: taiki-e/install-action@1e1237f7a4f2d8bc638667e95fe2579653d6db09 # v2
with:
tool: [email protected]
- name: Check licenses
Expand All @@ -118,7 +118,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: crate-ci/typos@db35ee91e80fbb447f33b0e5fbddb24d2a1a884f # v1.29.10
- uses: crate-ci/typos@72f3776b6edc3a10a567b8e43fd0524b2a3f1419 # v1.30.1
with:
files: .

Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
- uses: ./.github/actions/rustup
with:
shared-key: check
- uses: cargo-bins/cargo-binstall@6010abb1da3dbaae07e8823fa57c0cd7cf183245 # v1.11.1
- uses: cargo-bins/cargo-binstall@acd08f184561622f67f0e4406a62a10f656777a9 # v1.12.0
- run: cargo binstall --no-confirm cargo-shear --force
- run: cargo shear

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ jobs:
shared-key: build-bench-${{ inputs.target }}-${{ inputs.profile }}

- name: Install cargo-codspeed binary
uses: taiki-e/install-action@3fc1605ecf43c14c7dd5ac06a4a629031ed3bdbd # v2
uses: taiki-e/install-action@1e1237f7a4f2d8bc638667e95fe2579653d6db09 # v2
with:
tool: [email protected]

Expand Down

0 comments on commit d33fdbd

Please sign in to comment.