We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1968496 commit 77cf05aCopy full SHA for 77cf05a
3 files changed
.github/workflows/commit-check.yml
@@ -12,7 +12,7 @@ jobs:
12
contents: read
13
pull-requests: write
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
with:
17
ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
18
fetch-depth: 0 # fetch all history for all branches and tags
.github/workflows/main.yaml
@@ -19,7 +19,7 @@ jobs:
19
re-tag:
20
runs-on: ubuntu-latest
21
22
23
24
fetch-depth: 0
25
ref: ${{ inputs.ref }}
.github/workflows/used-by.yml
@@ -14,7 +14,7 @@ jobs:
used-by:
- uses: shenxianpeng/used-by@v0.1.4
repo: '${{ github.repository }}'
0 commit comments