Skip to content

Commit f141a7f

Browse files
committed
\xasc
1 parent 636c9b9 commit f141a7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/promote-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
target-branch: ${{ steps.compose-target-branch.outputs.target-branch }}
9393
steps:
9494
- name: 'Checkout ${{ github.head_ref || github.ref }}'
95-
uses: actions/checkout@v4
95+
uses: actions/checkout@v5
9696
- name: 'Check promotion type'
9797
if: ${{ (inputs.promotion-type != 'release') && (inputs.promotion-type != 'preview') }}
9898
run: |
@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-latest
111111
steps:
112112
- name: 'Checkout ${{ github.head_ref || github.ref }}'
113-
uses: actions/checkout@v4
113+
uses: actions/checkout@v5
114114
- name: 'Setup .NET ${{ env.dotnet-sdk-version }}'
115115
uses: actions/setup-dotnet@v4
116116
with:

0 commit comments

Comments
 (0)