Skip to content

Commit bfd53a3

Browse files
authored
Merge #1356 (update actions/checkout to 3.4.0)
2 parents 6ff6327 + ef9189a commit bfd53a3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/validate-ansible.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
container: python:3.9-bullseye
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v3.1.0
19+
uses: actions/checkout@v3.4.0
2020
- name: Virtualenv caching
2121
uses: actions/[email protected]
2222
with:
@@ -41,7 +41,7 @@ jobs:
4141
container: python:3.9-bullseye
4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v3.1.0
44+
uses: actions/checkout@v3.4.0
4545
- name: Virtualenv caching
4646
uses: actions/[email protected]
4747
with:

.github/workflows/validate-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
container: python:3.9-bullseye
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v3.1.0
15+
uses: actions/checkout@v3.4.0
1616
- name: Virtualenv caching
1717
uses: actions/[email protected]
1818
with:

.github/workflows/validate-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
container: python:3.9-bullseye
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v3.1.0
23+
uses: actions/checkout@v3.4.0
2424
- name: Virtualenv caching
2525
uses: actions/[email protected]
2626
with:
@@ -62,7 +62,7 @@ jobs:
6262
--health-retries 5
6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@v3.1.0
65+
uses: actions/checkout@v3.4.0
6666
- name: Virtualenv caching
6767
uses: actions/[email protected]
6868
with:

0 commit comments

Comments
 (0)