Skip to content

Commit 074284c

Browse files
Bump actions/checkout from 3 to 4 (#124)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34c4a67 commit 074284c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- 1.2.0
3030
steps:
3131
- name: Check out code
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
path: ansible_collections/ngine_io/cloudstack
3535

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run:
1212
working-directory: ansible_collections/ngine_io/cloudstack
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
path: ansible_collections/ngine_io/cloudstack
1717
- name: Set up Python

.github/workflows/sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-20.04
2727
steps:
2828
- name: Check out code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
path: ansible_collections/ngine_io/cloudstack
3232

0 commit comments

Comments
 (0)