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 01c964b commit e85a2e2Copy full SHA for e85a2e2
.github/workflows/workflow.yaml
@@ -13,7 +13,7 @@ jobs:
13
name: unit
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
18
with:
19
node-version: 22.18.0
@@ -31,7 +31,7 @@ jobs:
31
name: lint
32
33
34
35
36
37
0 commit comments