mirror of
https://github.com/jeremyd/ergo.git
synced 2026-04-26 23:49:59 -07:00
bump github actions
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user