diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-25 07:15:31 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-25 07:15:31 -0600 |
| commit | 5612cb81780aaaae581b87062445d1829e71a4a9 (patch) | |
| tree | 7dc48c6540876f9ac7e85ec102fb467201c14670 /.github/workflows/release-bump-version.yaml | |
| parent | ccd06bc5471aa8e758f1afd93a1995a498fcaa12 (diff) | |
chore(deps): update ci dependencies (#11427)
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.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 aba6a95345..d0aac5464b 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: ref: ${{ env.TAG_BRANCH }} @@ -66,7 +66,7 @@ jobs: NEXT_VERSION: ${{ github.event.inputs.NEXT_VERSION }} steps: - name: Checkout Repository - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: ref: ${{ env.TAG_BRANCH }} |
