diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 3bed76ef8..c3b0ef0a1 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -24,7 +24,7 @@ runs: - id: restore-spm-cache name: Restore SPM cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/Library/Developer/Xcode/DerivedData/**/SourcePackages key: spm-${{ inputs.platform }}-${{ hashFiles('*.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}-${{ hashFiles('.xcode-version') }}-v1 @@ -36,7 +36,7 @@ runs: - id: restore-carthage-cache name: Restore Carthage cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: Carthage key: carthage-${{ inputs.platform }}-${{ hashFiles('Cartfile.resolved') }}-${{ hashFiles('.xcode-version') }}-v1