Skip to content

Commit 1930fbf

Browse files
committed
Update Gradle setup action to v4.3.0 in workflows
1 parent d24f5e4 commit 1930fbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
${{ env.JDK_VERSION_LATEST_LTS }}
3636
3737
- name: Set up Gradle
38-
uses: gradle/[email protected].0
38+
uses: gradle/actions/[email protected].0
3939

4040
- name: Build
4141
run: >

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
5858
5959
- name: Set up Gradle
60-
uses: gradle/[email protected].0
60+
uses: gradle/actions/[email protected].0
6161

6262
- name: Release ${{ env.RELEASE_VERSION }}
6363
run: >

0 commit comments

Comments
 (0)