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

Commit d9d57d0

Browse files
chore(deps): update actions/checkout action to v4.2.1 (#3253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f14d39 commit d9d57d0

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
55+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5656

5757
- name: Get Non-Free Release APK
5858
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8

0 commit comments

Comments
 (0)