Skip to content

Commit

Permalink
Update actions/cache digest to e12d46a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent f255ed2 commit 24c4110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-java/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
run: echo "KOTLIN_VERSION=$(grep -oE 'kotlin\s*=\s*"[0-9.]*"' gradle/libs.versions.toml | grep -oE '[0-9.]+')" >> $GITHUB_OUTPUT

- name: cache Konan
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
with:
path: |
~/.konan
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/spm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "save and restore SPM cache"
runs:
using: "composite"
steps:
- uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
- uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
id: cache-spm
with:
path: |
Expand All @@ -21,7 +21,7 @@ runs:
run: bundle exec fastlane resolved_package

- if: ${{ steps.cache-spm.outputs.cache-hit != 'true' }}
uses: actions/cache/save@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
with:
path: |
./app-ios/build/DerivedData/SourcePackages
Expand Down

0 comments on commit 24c4110

Please sign in to comment.