Skip to content

Commit e9d0790

Browse files
authored
go.yml: update actions/checkout to v3, actions/setup-go to v4
1 parent 76629b5 commit e9d0790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
- run: psql -c 'create database certdb_development;' -U postgres;
5151
- run: mysql -e 'create database certdb_development;' -u root;
5252
- run: mysql -e 'SET global sql_mode = 0;' -u root;
53-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v3
5454

5555
- name: Set up Go
56-
uses: actions/setup-go@v2
56+
uses: actions/setup-go@v4
5757
with:
5858
go-version: ${{ matrix.go }}
5959

@@ -70,7 +70,7 @@ jobs:
7070
name: lint
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/setup-go@v3
73+
- uses: actions/setup-go@v4
7474
with:
7575
go-version: 1.18
7676
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)