New version of actions.
This commit is contained in:
parent
23108cce72
commit
1f818e60ec
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@1.1.1
|
||||
uses: robertdebock/molecule-action@1.1.3
|
||||
with:
|
||||
image: {% raw %}${{ matrix.image }}{% endraw %}
|
||||
|
||||
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
path: {% raw %}"${{ github.repository }}"{% endraw %}
|
||||
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@1.1.1
|
||||
uses: robertdebock/molecule-action@1.1.3
|
||||
with:
|
||||
image: {% raw %}${{ matrix.image }}{% endraw %}
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: galaxy
|
||||
uses: robertdebock/galaxy-action@1.0.0
|
||||
uses: robertdebock/galaxy-action@1.0.1
|
||||
with:
|
||||
galaxy_api_key: {% raw %}${{ secrets.galaxy_api_key }}{% endraw %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue