We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9f123f + 84af6e1 commit d51ad41Copy full SHA for d51ad41
2 files changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: [24.x]
16
17
steps:
18
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19
- name: Use Node.js ${{ matrix.node-version }}
20
uses: actions/setup-node@v4
21
with:
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
22
23
24
0 commit comments