Skip to content

Commit

Permalink
Merge pull request #165 from shimastripe/renovate/actions-cache-digest
Browse files Browse the repository at this point in the history
Update actions/cache digest to d4323d4
  • Loading branch information
shimastripe authored Feb 28, 2025
2 parents aab66ef + eaf49b7 commit cffc03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Configure SPM cache
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ~/Library/Caches/org.swift.swiftpm
key: spm-${{ hashFiles('Package.swift') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Configure SPM cache
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ~/Library/Caches/org.swift.swiftpm
key: spm-${{ hashFiles('Package.swift') }}
Expand Down

0 comments on commit cffc03c

Please sign in to comment.