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

Commit 8588e39

Browse files
chore(deps): update actions/checkout digest to 1d96c77
1 parent ba481e4 commit 8588e39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2222
- name: Set up JDK
2323
uses: actions/setup-java@v4
2424
with:

.github/workflows/retry-release.yml

Lines changed: 1 addition & 1 deletion
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2424
with:
2525
ref: "v${{ github.event.inputs.release }}"
2626
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)