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

Commit 6850477

Browse files
chore(deps): update actions/checkout digest to a5ac7e5
1 parent ba481e4 commit 6850477

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@a5ac7e51b41094c92402da3b24376905380afc29 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2424
with:
2525
ref: "v${{ github.event.inputs.release }}"
2626
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)