Skip to content

Commit 0538a27

Browse files
Merge pull request #37 from gjsjohnmurray/ivory-silverfish
In CI use actions/checkout@v4 to try and fix release step failure
2 parents 38a9101 + 5d98148 commit 0538a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
outputs:
3232
taggedbranch: ${{ steps.find-branch.outputs.taggedbranch }}
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
3636
- name: Find which branch the release tag points at
3737
id: find-branch
@@ -125,7 +125,7 @@ jobs:
125125
if: github.event_name == 'release' && needs.build.outputs.taggedbranch == 'main'
126126
runs-on: ubuntu-latest
127127
steps:
128-
- uses: actions/checkout@v3
128+
- uses: actions/checkout@v4
129129
with:
130130
ref: main
131131
token: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)