Skip to content

Commit 92fad6a

Browse files
⬆ Update actions/checkout digest to 0ad4b8f (#98)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd1c342 commit 92fad6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
14+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1515
- name: check
1616
run: ./gradlew check

.github/workflows/detekt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: checkout
11-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
11+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1212
- name: check
1313
run: ./gradlew detekt

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
16+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)