aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release-bump-version.yaml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-16 22:24:50 +0000
committerGitHub <noreply@github.com>2024-05-16 22:24:50 +0000
commit45fc7342f5b921f206356f823d9978b23b52be08 (patch)
tree67484e87a0ec17e1b8677cb2c5f96d935abd0d38 /.github/workflows/release-bump-version.yaml
parent0cc5cc796dadba2b397f8f56ade82800e9b256bb (diff)
Update actions/checkout action to v4.1.6
Diffstat (limited to '.github/workflows/release-bump-version.yaml')
-rw-r--r--.github/workflows/release-bump-version.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-bump-version.yaml b/.github/workflows/release-bump-version.yaml
index e2df02e81f..f471572e52 100644
--- a/.github/workflows/release-bump-version.yaml
+++ b/.github/workflows/release-bump-version.yaml
@@ -33,7 +33,7 @@ jobs:
yq-version: v4.9.8
- name: Checkout Repository
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
ref: ${{ env.TAG_BRANCH }}
@@ -66,7 +66,7 @@ jobs:
NEXT_VERSION: ${{ github.event.inputs.NEXT_VERSION }}
steps:
- name: Checkout Repository
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
ref: ${{ env.TAG_BRANCH }}