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 f7d19cf commit 9b0ba0fCopy full SHA for 9b0ba0f
.github/workflows/gradle-build.yml
@@ -20,7 +20,7 @@ jobs:
20
build:
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24
25
- name: Cache gradle
26
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
.github/workflows/gradle-release.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Checkout
30
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
31
with:
32
ssh-key: ${{secrets.PS_RELEASE_SECRET}}
33
0 commit comments