Skip to content

Commit 0ebe0e2

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1e6905 commit 0ebe0e2

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)