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 eaf8b2b commit 256af78Copy full SHA for 256af78
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
with:
25
fetch-depth: 0
26
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
- name: Setup Git
run: |
0 commit comments