Skip to content

Commit bcfc0d7

Browse files
dependabot[bot]ximion
authored andcommitted
build(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...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>
1 parent 284f583 commit bcfc0d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Debian Stable
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616

1717
- name: Create Build Environment
1818
run: cd .github/ci/ && podman build -t tilix -f ./Dockerfile-debian-stable .
@@ -30,7 +30,7 @@ jobs:
3030
name: Debian Testing
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434

3535
- name: Create Build Environment
3636
run: cd .github/ci/ && podman build -t tilix -f ./Dockerfile-debian-testing .
@@ -48,7 +48,7 @@ jobs:
4848
name: Ubuntu LTS
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v6
51+
- uses: actions/checkout@v7
5252

5353
- name: Create Build Environment
5454
run: cd .github/ci/ && podman build -t tilix -f ./Dockerfile-ubuntu-noble .
@@ -69,7 +69,7 @@ jobs:
6969
matrix:
7070
dc: [dmd-latest, ldc-latest]
7171
steps:
72-
- uses: actions/checkout@v6
72+
- uses: actions/checkout@v7
7373

7474
- name: Install System Dependencies
7575
run: |

0 commit comments

Comments
 (0)