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 bc44bcc commit 3bdb484Copy full SHA for 3bdb484
3 files changed
.github/workflows/commit-check.yml
@@ -16,7 +16,7 @@ jobs:
16
contents: read
17
pull-requests: write
18
steps:
19
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
20
with:
21
fetch-depth: 0 # Required for merge-base checks
22
- uses: ./ # self test
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
re-tag:
runs-on: ubuntu-latest
23
24
25
26
fetch-depth: 0
27
ref: ${{ inputs.ref }}
.github/workflows/used-by.yml
@@ -14,7 +14,7 @@ jobs:
14
used-by:
15
- uses: shenxianpeng/used-by@v0.1.5
repo: '${{ github.repository }}'
0 commit comments