Skip to content

Commit 35082e1

Browse files
authored
Merge pull request #17 from swiftty/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 130ed26 + b158de6 commit 35082e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
release:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- uses: swiftty/[email protected]
2121
id: nextversion
2222
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: maxim-lobanov/setup-xcode@v1
1818
with:
1919
xcode-version: ${{ matrix.xcode }}
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Build
2222
run: swift build
2323
- name: Run tests

0 commit comments

Comments
 (0)