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

Commit 57a035a

Browse files
chore(deps): update actions/checkout digest to 692973e
1 parent 61c3802 commit 57a035a

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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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
@@ -17,7 +17,7 @@ jobs:
1717
GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
20+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2121
with:
2222
ref: "v${{ github.event.inputs.release }}"
2323
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)