Skip to content

Commit bf90110

Browse files
authored
Merge pull request #534 from globaldatanet/pullrequests/vboufleur/fix/misc
fix workflows
2 parents 2d435dc + 45aca39 commit bf90110

6 files changed

+6
-6
lines changed

.github/workflows/tests_autoUpdatedManagedIpSets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
node-version: '21.x'
4242
- name: 💾 Cache Node.js modules
43-
uses: actions/cache@v4.0.2
43+
uses: actions/cache@v4
4444
with:
4545
path: ~/.npm
4646
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/waf_test_ipSets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
node-version: '21.x'
4242
- name: 💾 Cache Node.js modules
43-
uses: actions/cache@v4.0.2
43+
uses: actions/cache@v4
4444
with:
4545
path: ~/.npm
4646
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/waf_test_onlymanagedrulegroups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
node-version: '21.x'
4141
- name: 💾 Cache Node.js modules
42-
uses: actions/cache@v4.0.2
42+
uses: actions/cache@v4
4343
with:
4444
path: ~/.npm
4545
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/waf_test_onlymanagedrulegroupsWithExcludes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
node-version: '21.x'
4141
- name: 💾 Cache Node.js modules
42-
uses: actions/cache@v4.0.2
42+
uses: actions/cache@v4
4343
with:
4444
path: ~/.npm
4545
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/waf_test_rateBasedwithScopeDown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
node-version: '21.x'
4242
- name: 💾 Cache Node.js modules
43-
uses: actions/cache@v4.0.2
43+
uses: actions/cache@v4
4444
with:
4545
path: ~/.npm
4646
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/waf_test_regexPatternSets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
node-version: '21.x'
4141
- name: 💾 Cache Node.js modules
42-
uses: actions/cache@v4.0.2
42+
uses: actions/cache@v4
4343
with:
4444
path: ~/.npm
4545
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)