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

Commit 5a9978b

Browse files
chore(deps): update actions/checkout digest to 0ad4b8f
1 parent ba481e4 commit 5a9978b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
WORKSPACE: ${{ github.workspace }}
1919
GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8
2020
steps:
21-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
21+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2222
- name: Set up JDK
2323
uses: actions/setup-java@v4
2424
with:

.github/workflows/retry-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
23+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2424
with:
2525
ref: "v${{ github.event.inputs.release }}"
2626
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)