diff options
| author | Joe Rogers <1337joe@users.noreply.github.com> | 2023-09-23 13:46:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-23 13:46:43 +0200 |
| commit | 744591329eb40b711c8b6da7bb547c15df3705c8 (patch) | |
| tree | ac658beb9a6f761369c1254b7fa9f3c5747380a4 | |
| parent | 61686d2dccc21a0ecda58ccf099a28a4eb226c12 (diff) | |
Fully specify version tags for renovate (#10263)
| -rw-r--r-- | .github/workflows/repo-bump-version.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/repo-bump-version.yaml b/.github/workflows/repo-bump-version.yaml index 1713b484d..0ba68dda3 100644 --- a/.github/workflows/repo-bump-version.yaml +++ b/.github/workflows/repo-bump-version.yaml @@ -33,7 +33,7 @@ jobs: yq-version: v4.9.8 - name: Checkout Repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: ref: ${{ env.TAG_BRANCH }} |
