Skip to content

Commit 1ed3df5

Browse files
committed
Update actions/checkout to v4
1 parent e299054 commit 1ed3df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
- name: Run tests
3131
run: docker run -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828

2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
with:
3232
# Fetch all history to ensure the version number (tag) is resolved to create the
3333
# version info during the build step.

0 commit comments

Comments
 (0)