Skip to content

Commit 974746e

Browse files
committed
Update ci cache action to v4
1 parent 01aca6f commit 974746e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
swiftformat-lint:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- name: Checkout
15+
uses: actions/checkout@v2
1516
- name: Install SwiftFormat
1617
uses: Cyberbeni/install-swift-tool@v2
1718
with:
@@ -44,7 +45,7 @@ jobs:
4445
- name: Checkout
4546
uses: actions/checkout@v2
4647
- name: SPM Cache
47-
uses: actions/cache@v2
48+
uses: actions/cache@v4
4849
with:
4950
path: .build
5051
key: ${{ matrix.os }}-${{ matrix.swift }}-${{ hashFiles('**/Package.resolved') }}

0 commit comments

Comments
 (0)