diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-06-13 17:51:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-13 17:51:02 +0000 |
| commit | 4265220ccd08dfdd1598119ce7e81524c59d65f4 (patch) | |
| tree | 7f9d24c65af8d4ac32d65b057c39b55637551956 /.github/workflows/release-bump-version.yaml | |
| parent | 12d529842011506afde69c570fd8b9d94543dda1 (diff) | |
Update CI dependencies
Diffstat (limited to '.github/workflows/release-bump-version.yaml')
| -rw-r--r-- | .github/workflows/release-bump-version.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-bump-version.yaml b/.github/workflows/release-bump-version.yaml index f471572e5..575f2d756 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: ${{ env.TAG_BRANCH }} @@ -66,7 +66,7 @@ jobs: NEXT_VERSION: ${{ github.event.inputs.NEXT_VERSION }} steps: - name: Checkout Repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: ${{ env.TAG_BRANCH }} |
