Skip to content

Commit 645316c

Browse files
authored
Merge pull request #51 from semantic-release-java/dependabot/github_actions/develop/actions/checkout-6
build(deps): Bump actions/checkout from 2 to 6
2 parents 3bb8faa + 7a0a012 commit 645316c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
java: [ "8", "11" ] # 16?
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v6
1515

1616
- name: Set up JDK ${{ matrix.java }}
1717
uses: actions/setup-java@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)