We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a257f0 commit e6703f1Copy full SHA for e6703f1
2 files changed
.github/workflows/frontend-ci.yml
@@ -27,7 +27,7 @@ jobs:
27
ref: ${{ github.head_ref || github.ref }}
28
fetch-depth: 0
29
- name: Setup Node.js
30
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
31
with:
32
node-version: "24"
33
cache: "npm"
.github/workflows/publish-test-images.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments