We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9ee8c commit 50e9bc5Copy full SHA for 50e9bc5
.github/workflows/integration.yml
@@ -29,7 +29,7 @@ jobs:
29
- 1.2.0
30
steps:
31
- name: Check out code
32
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
33
with:
34
path: ansible_collections/ngine_io/cloudstack
35
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
run:
12
working-directory: ansible_collections/ngine_io/cloudstack
13
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
16
17
- name: Set up Python
.github/workflows/sanity.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
22
23
24
25
26
0 commit comments