Skip to content

Commit

Permalink
Merge pull request #2035 from slingamn/actions
Browse files Browse the repository at this point in the history
bump github actions
  • Loading branch information
slingamn authored Jan 15, 2023
2 parents 8690a76 + 81832a2 commit 8199ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: "ubuntu-20.04"
steps:
- name: "checkout repository"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "setup go"
uses: "actions/setup-go@v2"
uses: "actions/setup-go@v3"
with:
go-version: "1.19"
- name: "install python3-pytest"
Expand Down

0 comments on commit 8199ede

Please sign in to comment.