Skip to content

Commit 8ff740e

Browse files
authored
ci: set actions/checkout to v4 (#23)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - Just sets actions/checkout to be more lenient ### Related Issues <!-- add here the GitHub issue that this PR resolves if applicable --> Signed-off-by: Nicklas Lundin <[email protected]>
1 parent 5f12304 commit 8ff740e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
Tests:
1313
runs-on: macOS-latest
1414
steps:
15-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
15+
- uses: actions/checkout@v4
1616
- name: Build and Test
1717
run: swift test
1818

1919
SwiftLint:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
22+
- uses: actions/checkout@v4
2323
- name: GitHub Action for SwiftLint
2424
uses: norio-nomura/[email protected]
2525
with:

0 commit comments

Comments
 (0)