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 abb27e6 commit 1d6e989Copy full SHA for 1d6e989
.github/workflows/autofix-ci.yml
@@ -8,7 +8,7 @@ jobs:
8
autofix-ci:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
13
with:
14
commit-message: "chore: apply automatic fixes"
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Checkout Repo
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
21
fetch-depth: 0
22
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
15
0 commit comments