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.
2 parents 97f37da + bf6da55 commit 70cc797Copy full SHA for 70cc797
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout Repository
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
with:
23
fetch-depth: 0
24
@@ -39,7 +39,7 @@ jobs:
39
name: Commitlint Check
40
41
42
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
43
44
45
.github/workflows/draft-release.yml
@@ -17,7 +17,7 @@ jobs:
17
pull-requests: write
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments