Skip to content

Commit a21558b

Browse files
authored
Update to actions/cache@v5
This is a required update, because v4 uses a deprecated node.js version.
1 parent 02dd664 commit a21558b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
pip3 install -r dconv/requirements.txt
5656
- name: Download the HAProxy repository cache.
57-
uses: actions/cache@v4
57+
uses: actions/cache@v5
5858
with:
5959
path: |
6060
haproxy/

0 commit comments

Comments
 (0)