We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820df17 commit 8373560Copy full SHA for 8373560
.github/workflows/promote-branch.yml
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
steps:
40
- name: 'Checkout ${{ github.head_ref || github.ref }}'
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
- name: 'Check promotion type'
43
if: ${{ (inputs.promotion-type != 'release') && (inputs.promotion-type != 'preview') }}
44
run: |
.github/workflows/publish-documentation.yml
@@ -44,7 +44,7 @@ jobs:
45
46
47
48
- name: 'Determine versions'
49
uses: ./.github/actions/determine-version
50
id: determine-version
0 commit comments