Skip to content

Commit a1aca76

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- name: Build tests
1818
run: |
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828

2929
- name: Build tests
3030
run: docker buildx build . --target test-clang -t spectrum:tests-clang
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535

3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838

3939
- name: Build tests
4040
run: docker buildx build . --target test-musl -t spectrum:tests-musl
@@ -43,7 +43,7 @@ jobs:
4343
macos:
4444
runs-on: macos-14
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
- name: Install MacPorts
4848
run: |
4949
curl -L -O "https://github.com/macports/macports-base/releases/download/v2.9.0/MacPorts-2.9.0-14-Sonoma.pkg"
@@ -72,7 +72,7 @@ jobs:
7272
windows:
7373
runs-on: windows-2022
7474
steps:
75-
- uses: actions/checkout@v5
75+
- uses: actions/checkout@v6
7676
- name: Install dependencies
7777
run: |
7878
curl -L -O https://packages.spectrum.im/deps32.zip
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100

101101
steps:
102-
- uses: actions/checkout@v5
102+
- uses: actions/checkout@v6
103103

104104
- name: Build from Dockerfile\.trixie
105105
run: docker build -f Dockerfile\.trixie -t spectrum:trixie \.

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
packages: write
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Docker meta
1717
id: docker_meta
1818
uses: crazy-max/ghaction-docker-meta@v5

0 commit comments

Comments
 (0)