aboutsummaryrefslogtreecommitdiff
path: root/.github/reusable-workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/reusable-workflows')
-rw-r--r--.github/reusable-workflows/setup-gradle/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/reusable-workflows/setup-gradle/action.yml b/.github/reusable-workflows/setup-gradle/action.yml
index 9267abad..71680a04 100644
--- a/.github/reusable-workflows/setup-gradle/action.yml
+++ b/.github/reusable-workflows/setup-gradle/action.yml
@@ -31,7 +31,7 @@ runs:
using: "composite"
steps:
- name: Checkout repository
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: ${{ inputs.fetch-depth }}
ref: ${{ inputs.ref }}