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 181d63e commit 7f92932Copy full SHA for 7f92932
.github/workflows/ci.yaml
@@ -70,7 +70,7 @@ jobs:
70
name: Code Lint
71
runs-on: ubuntu-latest
72
steps:
73
- - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
74
with:
75
fetch-depth: 0
76
- name: Use Node.js 20
@@ -91,7 +91,7 @@ jobs:
91
92
if: ${{ github.event.pull_request }}
93
94
95
96
97
0 commit comments