We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6075d4 commit 40b072aCopy full SHA for 40b072a
.github/workflows/gradle.yml
@@ -52,7 +52,7 @@ jobs:
52
github-token: ${{ secrets.GITHUB_TOKEN }}
53
54
- name: "🔧 Setup Gradle"
55
- uses: gradle/gradle-build-action@v3.3.2
+ uses: gradle/gradle-build-action@v3.4.2
56
57
- name: "❓ Optional setup step"
58
run: |
.github/workflows/release.yml
@@ -146,7 +146,7 @@ jobs:
146
if: startsWith(github.ref, 'refs/tags/')
147
steps:
148
- name: Checkout repository
149
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
150
- name: Download artifacts
151
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
152
with:
0 commit comments