Skip to content

Commit

Permalink
Update checkout to v3 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson authored Sep 28, 2023
1 parent 236a13e commit 7a87816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: tarantool/rocks.tarantool.org/github-action@master
with:
auth: ${{ secrets.ROCKS_AUTH }}
Expand All @@ -22,7 +22,7 @@ jobs:
env:
CMAKE_LDOC_FIND_REQUIRED: 'YES'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: tarantool/setup-tarantool@v2
with:
tarantool-version: '2.5'
Expand Down

0 comments on commit 7a87816

Please sign in to comment.