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 7fce7dd commit 01d8584Copy full SHA for 01d8584
.github/workflows/ci.yaml
@@ -70,7 +70,7 @@ jobs:
70
name: Code Lint
71
runs-on: ubuntu-latest
72
steps:
73
- - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
+ - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
74
with:
75
fetch-depth: 0
76
- name: Use Node.js 18
@@ -91,7 +91,7 @@ jobs:
91
92
if: ${{ github.event.pull_request }}
93
94
95
96
97
0 commit comments