Skip to content

Commit

Permalink
Changed action version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsMoll committed Dec 10, 2019
1 parent 9f2e0dd commit 15d96f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
image: vapor/swift:5.1-xenial
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1.2.0
- run: swift test
bionic:
container:
image: vapor/swift:5.1-bionic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1.2.0
- run: swift test

0 comments on commit 15d96f6

Please sign in to comment.