Shivaram Lingamneni hace 1 año
padre
commit
81832a26bc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      .github/workflows/build.yml

+ 2
- 2
.github/workflows/build.yml Ver fichero

15
     runs-on: "ubuntu-20.04"
15
     runs-on: "ubuntu-20.04"
16
     steps:
16
     steps:
17
       - name: "checkout repository"
17
       - name: "checkout repository"
18
-        uses: "actions/checkout@v2"
18
+        uses: "actions/checkout@v3"
19
       - name: "setup go"
19
       - name: "setup go"
20
-        uses: "actions/setup-go@v2"
20
+        uses: "actions/setup-go@v3"
21
         with:
21
         with:
22
           go-version: "1.19"
22
           go-version: "1.19"
23
       - name: "install python3-pytest"
23
       - name: "install python3-pytest"

Loading…
Cancelar
Guardar