Skip to content

Commit adde5d0

Browse files
committed
Try an older version of the checkout action
Fix #53.
1 parent 5530749 commit adde5d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
outputs:
3030
new_tag_name: ${{ steps.get_new_tag.outputs.new_tag_name }}
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0 # get all history and tags
3535
ref: ${{ github.event.pull_request.base.ref }}
@@ -152,7 +152,7 @@ jobs:
152152
needs: [bump-version]
153153
runs-on: ubuntu-latest
154154
steps:
155-
- uses: actions/checkout@v6
155+
- uses: actions/checkout@v4
156156
with:
157157
ref: ${{ github.event.pull_request.base.ref }} # otherwise we get the ref when the workflow started (missing above commit)
158158

0 commit comments

Comments
 (0)