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 fcce9c0 commit 73f7cedCopy full SHA for 73f7ced
.github/workflows/ci.yaml
@@ -70,7 +70,7 @@ jobs:
70
name: Code Lint
71
runs-on: ubuntu-latest
72
steps:
73
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
74
with:
75
fetch-depth: 0
76
- name: Use Node.js 22
@@ -91,7 +91,7 @@ jobs:
91
92
if: ${{ github.event.pull_request }}
93
94
95
96
97
0 commit comments