We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5badebe commit a57f260Copy full SHA for a57f260
.github/workflows/ci.yaml
@@ -80,7 +80,7 @@ jobs:
80
fetch-depth: 0
81
- id: setup-nodejs
82
name: Setup Node.js
83
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
84
with:
85
node-version: 22.x
86
cache: "npm"
.github/workflows/pr.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments