Skip to content

Commit 36d49bf

Browse files
Bump actions/checkout from 5 to 6 in the dependencies group (#25)
Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22fe2ff commit 36d49bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- name: Set up JDK 17
2828
uses: actions/setup-java@v5
2929
with:
@@ -32,7 +32,7 @@ jobs:
3232
cache: maven
3333

3434
- name: Checkout Practice Software Testing repo
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
repository: testsmith-io/practice-software-testing
3838
path: practice-repo

0 commit comments

Comments
 (0)