Skip to content

Commit a6453c9

Browse files
Merge pull request #112 from swiftwasm/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 3 to 5
2 parents 9fd676a + b7c6e86 commit a6453c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v5
2525

2626
- name: Set Node.js 16.x
2727
uses: actions/[email protected]

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
units:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- run: npm ci
1616
- run: npm test
1717

@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
container: ${{ matrix.container }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Install OSS Swift on macOS
3131
if: ${{ startsWith(matrix.os, 'macos') }}
3232
run: |

0 commit comments

Comments
 (0)