Skip to content

Commit 85b4d34

Browse files
authored
Merge pull request #33 from alta/dependabot/github_actions/actions/checkout-4
2 parents 7c89270 + 7942f83 commit 85b4d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout repo
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
submodules: recursive
3030

@@ -45,7 +45,7 @@ jobs:
4545
timeout-minutes: 10
4646
steps:
4747
- name: Checkout repo
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949
with:
5050
submodules: recursive
5151

0 commit comments

Comments
 (0)