From 3f85235471402d156f571d533d7268ccaf04d465 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 27 Feb 2023 09:28:56 +0100 Subject: [PATCH] Update to most recent action. --- templates/galaxy.yml.j2 | 2 +- templates/gitlab-ci.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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