Skip to content

Commit 50e9bc5

Browse files
Bump actions/checkout from 2 to 3 (#101)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- 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 da9ee8c commit 50e9bc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration.yml

+1-1
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@v2
32+
uses: actions/checkout@v3
3333
with:
3434
path: ansible_collections/ngine_io/cloudstack
3535

.github/workflows/publish.yml

+1-1
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@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
path: ansible_collections/ngine_io/cloudstack
1717
- name: Set up Python

.github/workflows/sanity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Check out code
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424
with:
2525
path: ansible_collections/ngine_io/cloudstack
2626

0 commit comments

Comments
 (0)