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

Commit 9e8169e

Browse files
authored
Update actions/checkout to v4 (#41)
Co-authored-by: Puneet Behl <[email protected]>
1 parent 68ed483 commit 9e8169e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
WORKSPACE: ${{ github.workspace }}
1515
GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8
1616
steps:
17-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
17+
- uses: actions/checkout@v4
1818
- name: Set up JDK
1919
uses: actions/setup-java@v4
2020
with:

.github/workflows/release-notes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release_notes:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13+
- uses: actions/checkout@v4
1414
- name: Check if it has release drafter config file
1515
id: check_release_drafter
1616
run: |

.github/workflows/release.yml

+1-1
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
16+
uses: actions/checkout@v4 # v4
1717
with:
1818
token: ${{ secrets.GH_TOKEN }}
1919
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)