Skip to content

Commit 2d8d47a

Browse files
committed
github actions: bump dependencies
1 parent 9870c44 commit 2d8d47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on: [push]
33

44
jobs:
55
build:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-22.04
77
strategy:
88
fail-fast: false
99
steps:
10-
- uses: actions/checkout@v3.3.0
10+
- uses: actions/checkout@v4.1.7
1111
- name: Compile Go with make.bash
1212
run: |
1313
cd src ; ./make.bash

0 commit comments

Comments
 (0)