aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release-bump-version.yaml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-22 10:23:08 -0600
committerGitHub <noreply@github.com>2024-04-22 10:23:08 -0600
commit09b02296700e8a2affa17555062516206e543f7c (patch)
tree85eefda0ca53dbff1680727b38602dcf755c62a7 /.github/workflows/release-bump-version.yaml
parentab55dcf82d602df6cf7aa904c6d02cad99aceda2 (diff)
chore(deps): update actions/checkout action to v4.1.3 (#11404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 e0383afd2..aba6a9534 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
ref: ${{ env.TAG_BRANCH }}
@@ -66,7 +66,7 @@ jobs:
NEXT_VERSION: ${{ github.event.inputs.NEXT_VERSION }}
steps:
- name: Checkout Repository
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
ref: ${{ env.TAG_BRANCH }}