From ca5ee0422b4ba315e8d3b7db6f6715735aacdb81 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 7 Jan 2020 07:04:53 +0100 Subject: [PATCH] Version pin EVERYTHING --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a699988..50b45ef 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ jobs: - name: checkout uses: actions/checkout@v2 - name: galaxy - uses: robertdebock/galaxy-action@1.0.0 + uses: robertdebock/galaxy-action@1.0.1 with: galaxy_api_key: ${{ secrets.galaxy_api_key }} ``` @@ -64,7 +64,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@1.0.0 + uses: robertdebock/molecule-action@1.1.3 with: image: ${{ matrix.image }} release: @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest steps: - name: galaxy - uses: robertdebock/galaxy-action@1.0.0 + uses: robertdebock/galaxy-action@1.0.. with: galaxy_api_key: ${{ secrets.galaxy_api_key }} ```