Skip to content

Commit d45cac6

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

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.2
15+
uses: actions/checkout@v6.0.3
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.2
25+
uses: actions/checkout@v6.0.3
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@0c366fd6a839edf440554fa01a7085ccba70ac98 # v3.0.0
43+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v3.0.0
4444
- name: Create GitHut Release
4545
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v0.1.15
4646
with:

0 commit comments

Comments
 (0)