We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636c9b9 commit f141a7fCopy full SHA for f141a7f
1 file changed
.github/workflows/promote-branch.yml
@@ -92,7 +92,7 @@ jobs:
92
target-branch: ${{ steps.compose-target-branch.outputs.target-branch }}
93
steps:
94
- name: 'Checkout ${{ github.head_ref || github.ref }}'
95
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
96
- name: 'Check promotion type'
97
if: ${{ (inputs.promotion-type != 'release') && (inputs.promotion-type != 'preview') }}
98
run: |
@@ -110,7 +110,7 @@ jobs:
110
runs-on: ubuntu-latest
111
112
113
114
- name: 'Setup .NET ${{ env.dotnet-sdk-version }}'
115
uses: actions/setup-dotnet@v4
116
with:
0 commit comments