Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0507d7b

Browse files
Update actions/checkout action to v4
1 parent 9b2b3eb commit 0507d7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
GIT_USER_EMAIL: [email protected]
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
token: ${{ secrets.GH_TOKEN }}
2222
ref: ${{github.event.inputs.ref}}

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
DISPATCH_INFORMATION: ${{ github.event.inputs.message }}
3030
run: echo $DISPATCH_INFORMATION
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- name: Set up JDK
3333
uses: actions/setup-java@v3
3434
with:

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
release_notes:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Check if it has release drafter config file
1616
id: check_release_drafter
1717
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
GIT_USER_EMAIL: [email protected]
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
token: ${{ secrets.GH_TOKEN }}
1919
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)