Skip to content

Commit

Permalink
up checkout action version (via #115)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseliverstov authored Mar 12, 2020
1 parent e1ca87e commit d46a2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down

0 comments on commit d46a2bf

Please sign in to comment.