Skip to content

Commit

Permalink
Merge #1613 (update actions/checkout to 4.1.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
martey committed Jul 30, 2024
2 parents 0acfeab + b1655b3 commit 5b99a14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
container: python:3.9-bullseye
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.7
- name: Virtualenv caching
uses: actions/cache@v3.3.1
with:
Expand All @@ -41,7 +41,7 @@ jobs:
container: python:3.9-bullseye
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.7
- name: Virtualenv caching
uses: actions/cache@v3.3.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
container: python:3.9-bullseye
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.7
- name: Virtualenv caching
uses: actions/cache@v3.3.1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
container: python:3.9-bullseye
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.7
- name: Virtualenv caching
uses: actions/cache@v3.3.1
with:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
--health-retries 5
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.7
- name: Virtualenv caching
uses: actions/cache@v3.3.1
with:
Expand Down

0 comments on commit 5b99a14

Please sign in to comment.