mirror of
https://github.com/ergochat/ergo.git
synced 2025-01-09 19:52:57 +01: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:
parent
8690a7648b
commit
81832a26bc
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"
|
||||
|
Loading…
Reference in New Issue
Block a user