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 87c606c commit e63bd70Copy full SHA for e63bd70
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ jobs:
11
permissions:
12
id-token: write
13
steps:
14
- - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
15
- uses: actions/setup-node@v4
16
with:
17
node-version: 22
.github/workflows/test.yaml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
runs-on: ubuntu-latest
10
node-version: 20
0 commit comments