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 18309c5 commit eee3818Copy full SHA for eee3818
.github/workflows/conventional-commits-check.yaml
@@ -11,7 +11,7 @@ jobs:
11
permissions:
12
pull-requests: read
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
with:
16
fetch-depth: 0
17
.github/workflows/lint-test.yaml
runs-on: ubuntu-latest
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
.github/workflows/push.yaml
@@ -10,11 +10,11 @@ jobs:
10
path: 'main'
18
19
path: 'gh-pages'
20
0 commit comments