Skip to content

Commit 17f1383

Browse files
committed
Update action
1 parent b954f46 commit 17f1383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
path: "${{ github.repository }}"
1818
- name: molecule
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
steps:
2929
- name: checkout
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131
with:
3232
path: "${{ github.repository }}"
3333
- name: molecule

0 commit comments

Comments
 (0)