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 a29c57a commit 7fd99f0Copy full SHA for 7fd99f0
2 files changed
.github/workflows/build.yml
@@ -119,7 +119,7 @@ jobs:
119
path: openapi-${{ matrix.PFSENSE_VERSION }}.json
120
121
- name: Install Node.js
122
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
123
with:
124
node-version: "20"
125
.github/workflows/quality.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9
- - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
+ - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
10
11
node-version: 20
12
- name: Install npm packages
0 commit comments