Skip to content

Commit 2708ac5

Browse files
ci: bump actions/checkout from 4 to 7 (#1)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d922a7 commit 2708ac5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
container: swift:6.1
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v7
1919
- run: swift --version
2020
- run: swift build
2121
- run: swift test
@@ -24,7 +24,7 @@ jobs:
2424
name: Build & test (macOS)
2525
runs-on: macos-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v7
2828
- run: swift --version
2929
- run: swift build -c release
3030
- run: swift test
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
container: swift:6.1
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v7
3838
- name: Download shared conformance vectors
3939
run: |
4040
apt-get update -qq && apt-get install -y -qq curl

.github/workflows/commit-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Conventional Commits
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818
- name: Check commit subjects follow Conventional Commits

0 commit comments

Comments
 (0)