Skip to content

Commit 4e6c526

Browse files
Merge pull request #285 from java9-modularity/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5edea2f + 41617d3 commit 4e6c526

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Git checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@v5
1818
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
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@v4
25+
uses: actions/checkout@v5
2626
- name: Set up JDK 17
2727
uses: actions/setup-java@v5
2828
with:

0 commit comments

Comments
 (0)