Skip to content

Commit 94223d2

Browse files
dependabot[bot]asolntsev
authored andcommitted
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 a04ea48 commit 94223d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Set up JDK 17
1818
uses: actions/setup-java@v5
1919
with:
@@ -64,7 +64,7 @@ jobs:
6464
contents: write
6565

6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
- name: Set up JDK 17
6969
uses: actions/setup-java@v5
7070
with:

0 commit comments

Comments
 (0)