Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 13c6190

Browse files
chore(deps): update actions/checkout action to v4.1.7 (#3090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e0d790 commit 13c6190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/reusable-workflows/setup-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
using: "composite"
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
34+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3535
with:
3636
fetch-depth: ${{ inputs.fetch-depth }}
3737
ref: ${{ inputs.ref }}

.github/workflows/deploy_github_releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
needs: build
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
55+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5656

5757
- name: Get Non-Free Release APK
5858
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7

0 commit comments

Comments
 (0)