Skip to content

Commit 34b6d5b

Browse files
authored
Update deploy.yml to actions/checkout@v6
Newer is better. Should not have a functional impact.
1 parent a0e207c commit 34b6d5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.3 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@v5
34+
uses: actions/checkout@v6
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@v5
47+
uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0
5050
repository: cbonte/haproxy-dconv

0 commit comments

Comments
 (0)