Skip to content

Commit 7de9698

Browse files
committed
update actions/cache version
1 parent 35f04ea commit 7de9698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
docker network create --driver bridge delphi-net
6666
docker run --rm -d -p 13306:3306 --network delphi-net --name delphi_database_epidata --cap-add=sys_nice delphi_database_epidata
6767
docker run --rm -d -p 6379:6379 --network delphi-net --env "REDIS_PASSWORD=1234" --name delphi_redis delphi_redis
68-
68+
6969
7070
- run: |
7171
wget https://raw.githubusercontent.com/eficode/wait-for/master/wait-for
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
node-version: '16.x'
105105
- name: Cache Node.js modules
106-
uses: actions/cache@v2
106+
uses: actions/cache@v4
107107
with:
108108
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
109109
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)