Skip to content

Commit 94c4672

Browse files
committed
fix actions
1 parent 7a6d8e8 commit 94c4672

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
# We must fetch at least the immediate parents so that if this is
1818
# a pull request then we can checkout the head.

.github/workflows/go.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99

10-
- name: Set up Go 1.14
11-
uses: actions/setup-go@v4.0.1
12-
with:
13-
go-version: 1.14
14-
id: go
15-
1610
- name: Check out code into the Go module directory
17-
uses: actions/checkout@v1
11+
uses: actions/checkout@v4
12+
13+
- name: Set up Go
14+
uses: actions/setup-go@v5
15+
id: go
1816

1917
- name: Swagger - Installation
2018
run: go get -u github.com/swaggo/swag/cmd/swag

0 commit comments

Comments
 (0)