diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-13 13:21:27 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 13:21:27 +0000 |
| commit | 92e5f946c133969416b64e7393b47e24e77855b6 (patch) | |
| tree | 226b4fe38321e90e73267914e94fdd9d09ec85aa /.github/workflows/release-bump-version.yaml | |
| parent | fd250e4fe1c1a35e8e40c008a7d25675729e3dac (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 d0aac5464..e2df02e81 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 with: ref: ${{ env.TAG_BRANCH }} @@ -66,7 +66,7 @@ jobs: NEXT_VERSION: ${{ github.event.inputs.NEXT_VERSION }} steps: - name: Checkout Repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 with: ref: ${{ env.TAG_BRANCH }} |
