File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments