Skip to content

Commit

Permalink
Merge pull request #37 from gjsjohnmurray/ivory-silverfish
Browse files Browse the repository at this point in the history
In CI use actions/checkout@v4 to try and fix release step failure
  • Loading branch information
gjsjohnmurray authored Nov 13, 2024
2 parents 38a9101 + 5d98148 commit 0538a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
outputs:
taggedbranch: ${{ steps.find-branch.outputs.taggedbranch }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Find which branch the release tag points at
id: find-branch
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
if: github.event_name == 'release' && needs.build.outputs.taggedbranch == 'main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.TOKEN }}
Expand Down

0 comments on commit 0538a27

Please sign in to comment.