From 58eef6e8f6bf613bbf2c60a305ed5b2b4c60ab5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 14:55:05 +0000 Subject: [PATCH 1/3] Bump robertdebock/galaxy-action from 1.1.0 to 1.1.1 Bumps [robertdebock/galaxy-action](https://github.com/robertdebock/galaxy-action) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/robertdebock/galaxy-action/releases) - [Commits](https://github.com/robertdebock/galaxy-action/compare/1.1.0...affc5472cd0b08f64a51eafba49b08898c1bbeb8) Signed-off-by: dependabot[bot] <support@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 6c56d26..93e5a66 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -17,6 +17,6 @@ jobs: - name: checkout uses: actions/checkout@v2 - name: galaxy - uses: robertdebock/galaxy-action@1.1.0 + uses: robertdebock/galaxy-action@1.1.1 with: galaxy_api_key: ${{ secrets.GALAXY_API_KEY }} From 2f35d1d2b412260114402ee3f6fd90eff1d5f031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 14:55:08 +0000 Subject: [PATCH 2/3] Bump robertdebock/molecule-action from 2.6.8 to 2.6.16 Bumps [robertdebock/molecule-action](https://github.com/robertdebock/molecule-action) from 2.6.8 to 2.6.16. - [Release notes](https://github.com/robertdebock/molecule-action/releases) - [Commits](https://github.com/robertdebock/molecule-action/compare/2.6.8...915a29e7843c1b0e6a26b18697e6bbdd7f12dc74) Signed-off-by: dependabot[bot] <support@github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05be193..508bb4c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@2.6.8 + uses: robertdebock/molecule-action@2.6.16 env: MOLECULE_DISTRO: ${{ matrix.distro }} with: From fd3daf208fab913d98f068c9b7b8e7716768ef0d Mon Sep 17 00:00:00 2001 From: L3D <l3d@c3woc.de> Date: Tue, 23 Mar 2021 15:59:23 +0100 Subject: [PATCH 3/3] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a6611f0..ddc762b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,4 @@ updates: schedule: interval: "daily" assignees: - - 'mleutenegger' + - 'do1jlr'