File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Get Swift version
2323 id : swift_version
2424 run : echo "version=$(swift --version | grep '[5-9]\.[0-9]\+\(\.[0-9]\)\?' -o | head -1)" >> "$GITHUB_OUTPUT"
25- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
25+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2626 with :
2727 key : ubuntu-24.04-spm-${{ steps.swift_version.outputs.version }}-${{ hashFiles('Package.resolved', 'Package.swift') }}
2828 restore-keys : ubuntu-24.04-spm-${{ steps.swift_version.outputs.version }}-
Original file line number Diff line number Diff line change 2727 - name : Get Swift version
2828 id : swift_version
2929 run : echo "version=$(swift --version | grep '[5-9]\.[0-9]\+\(\.[0-9]\)\?' -o | head -1)" >> "$GITHUB_OUTPUT"
30- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
30+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3131 with :
3232 key : ubuntu-24.04-spm-${{ steps.swift_version.outputs.version }}-${{ hashFiles('Package.resolved', 'Package.swift') }}
3333 restore-keys : ubuntu-24.04-spm-${{ steps.swift_version.outputs.version }}-
Original file line number Diff line number Diff line change 2323 - name : Get Swift version
2424 id : swift_version
2525 run : echo "version=$(swift --version | grep '[5-9]\.[0-9]\+\(\.[0-9]\)\?' -o | head -1)" >> "$GITHUB_OUTPUT"
26- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
26+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2727 with :
2828 key : ubuntu-24.04-spm-${{ steps.swift_version.outputs.version }}-${{ hashFiles('Package.resolved', 'Package.swift') }}
2929 restore-keys : ubuntu-24.04-spm-${{ steps.swift_version.outputs.version }}-
5151 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5252 with :
5353 persist-credentials : false
54- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
54+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5555 with :
5656 key : macos-${{ matrix.macOS }}-xcode-spm-${{ matrix.xcode }}-${{ hashFiles('Package.resolved', 'Package.swift') }}
5757 restore-keys : macos-${{ matrix.macOS }}-xcode-spm-${{ matrix.xcode }}-
8686 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8787 with :
8888 persist-credentials : false
89- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
89+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
9090 with :
9191 key : windows-${{ matrix.windows-version }}-spm-${{ env.SWIFT_VERSION }}-${{ env.SWIFT_BUILD }}-${{ hashFiles('Package.resolved', 'Package.swift') }}
9292 restore-keys : windows-${{ matrix.windows-version }}-spm-${{ env.SWIFT_VERSION }}-${{ env.SWIFT_BUILD }}-
You can’t perform that action at this time.
0 commit comments