Skip to content

Commit d62db09

Browse files
Merge pull request #403 from swiftwasm/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents a1e6905 + 0ebe0e2 commit d62db09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
JAVASCRIPTKIT_WASI_BACKEND: ${{ matrix.entry.wasi-backend }}
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
- uses: ./.github/actions/install-swift
4040
with:
4141
download-url: ${{ matrix.entry.toolchain.download-url }}
@@ -69,7 +69,7 @@ jobs:
6969
xcode: Xcode_16.4
7070
runs-on: ${{ matrix.os }}
7171
steps:
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7373
- run: swift build --package-path ./Examples/Basic
7474
env:
7575
DEVELOPER_DIR: /Applications/${{ matrix.xcode }}.app/Contents/Developer/
@@ -79,7 +79,7 @@ jobs:
7979
container:
8080
image: swift:6.0.3
8181
steps:
82-
- uses: actions/checkout@v4
82+
- uses: actions/checkout@v5
8383
- run: ./Utilities/format.swift
8484
- name: Check for formatting changes
8585
run: |
@@ -91,7 +91,7 @@ jobs:
9191
build-examples:
9292
runs-on: ubuntu-latest
9393
steps:
94-
- uses: actions/checkout@v4
94+
- uses: actions/checkout@v5
9595
- uses: ./.github/actions/install-swift
9696
with:
9797
download-url: https://download.swift.org/development/ubuntu2204/swift-DEVELOPMENT-SNAPSHOT-2025-06-12-a/swift-DEVELOPMENT-SNAPSHOT-2025-06-12-a-ubuntu22.04.tar.gz

0 commit comments

Comments
 (0)