Skip to content

Commit

Permalink
Switch to tagged version of GH action for source code checkout
Browse files Browse the repository at this point in the history
It is better to stick to a latest tagged version, that considered as
stable, than to a current development version.
  • Loading branch information
ligurio authored and Totktonada committed Nov 18, 2021
1 parent 8f97b6d commit 17804f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
coveralls: true
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- uses: tarantool/setup-tarantool@v1
with:
tarantool-version: ${{ matrix.tarantool }}
Expand Down

0 comments on commit 17804f8

Please sign in to comment.