Skip to content

Commit 40b072a

Browse files
Update common files (#1600)
1 parent c6075d4 commit 40b072a

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
@@ -52,7 +52,7 @@ jobs:
5252
github-token: ${{ secrets.GITHUB_TOKEN }}
5353

5454
- name: "🔧 Setup Gradle"
55-
uses: gradle/gradle-build-action@v3.3.2
55+
uses: gradle/gradle-build-action@v3.4.2
5656

5757
- name: "❓ Optional setup step"
5858
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
if: startsWith(github.ref, 'refs/tags/')
147147
steps:
148148
- name: Checkout repository
149-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
149+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
150150
- name: Download artifacts
151151
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
152152
with:

0 commit comments

Comments
 (0)