diff --git a/.github/workflows/promote-branch.yml b/.github/workflows/promote-branch.yml index 78fc5218..80f2201a 100644 --- a/.github/workflows/promote-branch.yml +++ b/.github/workflows/promote-branch.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout ${{ github.head_ref || github.ref }}' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 'Check promotion type' if: ${{ (inputs.promotion-type != 'release') && (inputs.promotion-type != 'preview') }} run: | diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index ecc90755..ff567457 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -44,7 +44,7 @@ jobs: steps: - name: 'Checkout ${{ github.head_ref || github.ref }}' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 'Determine versions' uses: ./.github/actions/determine-version id: determine-version