Skip to content

Commit

Permalink
Merge pull request #106 from qwerty541/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4.2.1

ci(deps): bump actions/cache from 4.2.0 to 4.2.1
  • Loading branch information
qwerty541 authored Mar 2, 2025
2 parents 5ed563e + 4656dd7 commit faaa901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
toolchain: ${{ matrix.rust }}

- name: Cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
with:
path: |
~/.cargo
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
toolchain: stable

- name: Cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
with:
path: |
~/.cargo
Expand Down

0 comments on commit faaa901

Please # to comment.