Skip to content

Commit d3afa30

Browse files
Bump actions/checkout from 5.0.1 to 6.0.2 (#319)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2dd9ec commit d3afa30

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Git checkout
15-
uses: actions/checkout@v6.0.1
15+
uses: actions/checkout@v6.0.2
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@v5
1818
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
2323
steps:
2424
- name: Git checkout
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
- name: Set up JDK 17
2727
uses: actions/setup-java@v5
2828
with:
@@ -40,7 +40,7 @@ jobs:
4040
permissions:
4141
contents: write
4242
steps:
43-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v3.0.0
43+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v3.0.0
4444
- name: Create GitHut Release
4545
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v0.1.15
4646
with:

0 commit comments

Comments
 (0)