Skip to content

Commit 7235eb3

Browse files
Merge pull request #1571 from SwiftFiddle/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 70c9f4e + 3174e13 commit 7235eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/spm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout to the branch
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Install Swift
1616
uses: slashmo/[email protected]
1717
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Test
1616
run: |
1717
set -ex

0 commit comments

Comments
 (0)