Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.3 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 29, 2024
1 parent 0acfeab commit b1655b3
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 b1655b3

Please sign in to comment.