Skip to content

Commit

Permalink
Version pin EVERYTHING
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jan 7, 2020
1 parent dda7d05 commit ca5ee04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/[email protected].0
uses: robertdebock/[email protected].1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
```
Expand All @@ -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:
Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: galaxy
uses: robertdebock/[email protected].0
uses: robertdebock/[email protected]..
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
```

0 comments on commit ca5ee04

Please sign in to comment.