diff --git a/.github/workflows/release_prep_hatch.yml b/.github/workflows/release_prep_hatch.yml index 37129c97..11a371c4 100644 --- a/.github/workflows/release_prep_hatch.yml +++ b/.github/workflows/release_prep_hatch.yml @@ -217,7 +217,7 @@ jobs: steps: - name: "Checkout ${{ github.event.repository.name }}@${{ needs.release-branch.outputs.name }}" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ needs.release-branch.outputs.name }} @@ -290,7 +290,7 @@ jobs: steps: - name: "Checkout ${{ github.event.repository.name }}@${{ needs.release-branch.outputs.name }}" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ needs.release-branch.outputs.name }} @@ -408,7 +408,7 @@ jobs: steps: - name: "Checkout ${{ github.event.repository.name }}" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Merge changes into ${{ inputs.branch }}" uses: everlytic/branch-merge@1.1.5 @@ -453,7 +453,7 @@ jobs: echo "name=$branch" >> $GITHUB_OUTPUT - name: "Checkout ${{ github.event.repository.name }}@${{ steps.branch.outputs.name }}" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ steps.branch.outputs.name }}