Skip to content

Commit 9ded6bf

Browse files
dependabot[bot]Jarod42
authored andcommitted
Bump actions/checkout from 6 to 7 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ddb519 commit 9ded6bf

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/demo-codelite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232

3333
- name: checkout ccccc
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
submodules: recursive
3737

@@ -42,14 +42,14 @@ jobs:
4242

4343
# Codelite (with WxWidgets)
4444
- name: Checkout Codelite
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646
with:
4747
repository: eranif/codelite
4848
submodules: recursive
4949
path: codelite
5050

5151
- name: Checkout WxWidgets
52-
uses: actions/checkout@v6
52+
uses: actions/checkout@v7
5353
with:
5454
repository: wxWidgets/wxWidgets
5555
ref: ${{ inputs.wx-version }}

.github/workflows/demo-maxr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: sudo apt-get update
2323

2424
- name: checkout ccccc
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
with:
2727
submodules: recursive
2828

@@ -33,7 +33,7 @@ jobs:
3333

3434
# MaxR
3535
- name: Checkout Maxr
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737
with:
3838
repository: maxr-dot-org/maxr
3939
submodules: recursive

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- uses: Jarod42/install-premake5@v7
2828

29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030
with:
3131
submodules: recursive
3232

.github/workflows/msys2_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- uses: Jarod42/install-premake5@v7
2626

27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
with:
2929
submodules: recursive
3030

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919

20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
with:
2222
submodules: recursive
2323

0 commit comments

Comments
 (0)