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 7bc1d91 commit 2f4ff8bCopy full SHA for 2f4ff8b
.github/workflows/ci.yaml
@@ -70,7 +70,7 @@ jobs:
70
name: Code Lint
71
runs-on: ubuntu-latest
72
steps:
73
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
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