Skip to content

Commit 274ddd7

Browse files
Bump actions/checkout from 5.0.0 to 6.0.1 (#314)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0378faa commit 274ddd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@v5
15+
uses: actions/checkout@v6.0.1
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@v5
25+
uses: actions/checkout@v6.0.1
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v3.0.0
43+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v3.0.0
4444
- name: Create GitHut Release
4545
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v0.1.15
4646
with:

0 commit comments

Comments
 (0)