2 parents eb933e2 + d0436ff commit 381b513Copy full SHA for 381b513
2 files changed
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ jobs:
6
needs: publish
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
10
with:
11
ref: ${{needs.publish.outputs.release_branch}}
12
- env:
@@ -25,7 +25,7 @@ jobs:
25
released_version: ${{ steps.publish.outputs.released_version }}
26
27
28
29
30
fetch-depth: '0'
31
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
.github/workflows/verify-pr.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
ref: ${{github.head_ref}}
0 commit comments