Skip to content

Commit 13beb89

Browse files
Bump actions/checkout from 6 to 7 in the actions-deps group (#56)
Bumps the actions-deps 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: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a434db2 commit 13beb89

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: [test]
2929
runs-on: windows-latest
3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
with:
3333
fetch-depth: 0
3434
submodules: recursive
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: windows-latest
4848
steps:
4949
- name: Checkout sources
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151
with:
5252
fetch-depth: 0
5353
submodules: recursive
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
steps:
8686
- name: Checkout sources
87-
uses: actions/checkout@v6
87+
uses: actions/checkout@v7
8888
with:
8989
fetch-depth: 0
9090
submodules: recursive

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525
submodules: recursive
@@ -33,7 +33,7 @@ jobs:
3333
name: Test ModdingToolBase
3434
runs-on: windows-latest
3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@v7
3737
with:
3838
fetch-depth: 0
3939
submodules: recursive

0 commit comments

Comments
 (0)