We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606ce39 commit a491f7eCopy full SHA for a491f7e
.github/workflows/scheduled.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install Dependencies
33
run: npm ci
34
35
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
36
with:
37
path: ~/.npm
38
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
121
122
0 commit comments