From 233e9d4202aa14d32928855218851b96e70b3588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 16:27:31 +0100 Subject: [PATCH] Bump robertdebock/galaxy-action from 1.0.3 to 1.1.0 (#26) Bumps [robertdebock/galaxy-action](https://github.com/robertdebock/galaxy-action) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/robertdebock/galaxy-action/releases) - [Commits](https://github.com/robertdebock/galaxy-action/compare/1.0.3...9405322e638f833cb18ad7809fed9502bef50e9b) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 38ce76e..609f2dc 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -15,6 +15,6 @@ jobs: - name: checkout uses: actions/checkout@v2 - name: galaxy - uses: robertdebock/galaxy-action@1.0.3 + uses: robertdebock/galaxy-action@1.1.0 with: galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}