Skip to content

Commit 7eba347

Browse files
committed
Update action
1 parent d3ed4a1 commit 7eba347

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/molecule.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ 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
19-
uses: robertdebock/molecule-action@2.6.8
19+
uses: robertdebock/molecule-action@2.7.2
2020
with:
2121
command: lint
2222
test:
@@ -27,11 +27,11 @@ 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
34-
uses: robertdebock/molecule-action@2.6.8
34+
uses: robertdebock/molecule-action@2.7.2
3535
with:
3636
image: ${{ matrix.config.image }}
3737
tag: ${{ matrix.config.tag }}

0 commit comments

Comments
 (0)