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 716ccb5 commit d83aa4eCopy full SHA for d83aa4e
.github/workflows/lint-test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
18
- id: filter
19
uses: dorny/[email protected]
@@ -31,7 +31,7 @@ jobs:
31
- changes
32
33
34
35
36
- name: Fetch history
37
run: git fetch --prune --unshallow
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
- name: Check for changes
88
run: |
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
20
0 commit comments