Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 41400f1

Browse files
Update actions/checkout action to v4
1 parent 5b76ff3 commit 41400f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Set up JDK 17
2121
uses: actions/setup-java@v2
2222
with:

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
# ...
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@v2
1818
with:

0 commit comments

Comments
 (0)