Skip to content

Commit a8a3c60

Browse files
authored
Update deploy.yml to actions/checkout@v5
1 parent ce76f4d commit a8a3c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
BRANCHES: "dev 3.2 3.1 3.0 2.9 2.8 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.9 1.8 1.7 1.6"
3232
steps:
3333
- name: Clone the docs.
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737
- name: Prepare git.
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
python-version: '3.x'
4646
- name: Clone dconv.
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
with:
4949
fetch-depth: 0
5050
repository: cbonte/haproxy-dconv

0 commit comments

Comments
 (0)