Skip to content

Commit

Permalink
chore: update github checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersiddhu committed Apr 19, 2021
1 parent a2c50e6 commit 04c4242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: check out code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: set up golang
uses: actions/setup-go@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: install semantic release
run: npm i -g semantic-release@~17.4.2
- name: check out code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 04c4242

Please sign in to comment.