diff --git a/templates/galaxy.yml.j2 b/templates/galaxy.yml.j2 index 85269f4..c5e2234 100644 --- a/templates/galaxy.yml.j2 +++ b/templates/galaxy.yml.j2 @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-20.04 steps: - name: galaxy - uses: robertdebock/galaxy-action@1.2.0 + uses: robertdebock/galaxy-action@1.2.1 with: galaxy_api_key: {% raw %}${{ secrets.galaxy_api_key }}{% endraw %} diff --git a/templates/gitlab-ci.yml.j2 b/templates/gitlab-ci.yml.j2 index 779a6b4..f2df6f9 100644 --- a/templates/gitlab-ci.yml.j2 +++ b/templates/gitlab-ci.yml.j2 @@ -1,5 +1,5 @@ --- -image: "robertdebock/github-action-molecule:5.0.0" +image: "robertdebock/github-action-molecule:5.0.2" variables: PY_COLORS: 1