Skip to content

Commit e8d08ad

Browse files
dependabot[bot]asolntsev
authored andcommitted
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 773532c commit e8d08ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
16+
- uses: actions/checkout@v7
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@v6
67+
- uses: actions/checkout@v7
6868
- name: Set up JDK 17
6969
uses: actions/setup-java@v5
7070
with:

0 commit comments

Comments
 (0)