3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-01-09 19:52:57 +01:00

Merge pull request #2035 from slingamn/actions

bump github actions
This commit is contained in:
Shivaram Lingamneni 2023-01-15 05:54:20 -08:00 committed by GitHub
commit 8199edee6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"