Skip to content

Commit

Permalink
Update actions/cache to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Mar 21, 2022
1 parent e811be6 commit 17d8b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: sersoft-gmbh/[email protected]
id: swift-version
- uses: actions/[email protected]
- uses: actions/cache@v2.1.7
- uses: actions/cache@v3.0.0
with:
path: .build
key: ${{runner.os}}-${{steps.os-version.outputs.version}}-${{github.repository}}-spm-${{steps.swift-version.outputs.version}}-${{hashFiles('**/Package.resolved')}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: sersoft-gmbh/[email protected]
id: swift-version
- uses: actions/[email protected]
- uses: actions/cache@v2.1.7
- uses: actions/cache@v3.0.0
with:
path: .build
key: ${{runner.os}}-${{steps.os-version.outputs.version}}-${{github.repository}}-spm-${{steps.swift-version.outputs.version}}-${{hashFiles('**/Package.resolved')}}
Expand Down

0 comments on commit 17d8b6e

Please sign in to comment.