Skip to content

Commit 78c6591

Browse files
authored
Update GitHub Actions to fix deprecation warnings (#33)
- Update actions/checkout from v2 to v4 - Update actions/cache from v2 to v4
1 parent 7f293a6 commit 78c6591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- uses: maxim-lobanov/setup-xcode@v1
2323
with:
2424
xcode-version: latest-stable
25-
- uses: actions/checkout@v2
26-
- uses: actions/cache@v2
25+
- uses: actions/checkout@v4
26+
- uses: actions/cache@v4
2727
with:
2828
path: /Users/runner/Library/Developer/Xcode/DerivedData
2929
key: ${{ runner.os }}-spm-examples-${{ hashFiles('**/Package.resolved') }}

0 commit comments

Comments
 (0)