diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-11 11:22:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-11 11:22:48 +0000 |
| commit | e6a7530ced4fce47806f7b21dcd737729346c117 (patch) | |
| tree | 44ca7e08987fd3ea42092958c35c7ae6c64ee42c /.github/workflows/release-bump-version.yaml | |
| parent | e1d0f7d1e56da900b1a3b847a3b0ac0f51a27aef (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 0da9c44f8..3298c9eaa 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 with: ref: ${{ env.TAG_BRANCH }} @@ -66,7 +66,7 @@ jobs: NEXT_VERSION: ${{ github.event.inputs.NEXT_VERSION }} steps: - name: Checkout Repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 with: ref: ${{ env.TAG_BRANCH }} |
