Skip to content

Commit e8596dd

Browse files
committed
Update actions/checkout action to v3
1 parent d03ff31 commit e8596dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
with:
2121
path: "${{ github.repository }}"
2222
- name: Molecule for Ansible - lint

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tag: "latest"
3434
steps:
3535
- name: checkout
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v3
3737
with:
3838
path: "${{ github.repository }}"
3939
- name: Molecule for Ansible - GHR Repository
@@ -53,7 +53,7 @@ jobs:
5353
fail-fast: false
5454
steps:
5555
- name: checkout
56-
uses: actions/checkout@v2
56+
uses: actions/checkout@v3
5757
with:
5858
path: "${{ github.repository }}"
5959
- name: Molecule for Ansible - GHR Organization

0 commit comments

Comments
 (0)