Skip to content

Commit

Permalink
ci: upgrade actions/checkout to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcdf committed Nov 23, 2022
1 parent ae46a16 commit 0cf0fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cache: true

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build binaries
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 0cf0fb4

Please sign in to comment.