We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout@v6
1 parent a0e207c commit 34b6d5bCopy full SHA for 34b6d5b
1 file changed
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
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"
32
steps:
33
- name: Clone the docs.
34
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
35
with:
36
fetch-depth: 0
37
- name: Prepare git.
@@ -44,7 +44,7 @@ jobs:
44
45
python-version: '3.x'
46
- name: Clone dconv.
47
48
49
50
repository: cbonte/haproxy-dconv
0 commit comments