Skip to content

Commit 5870049

Browse files
committed
chore: bump github actions versions
1 parent 76d7843 commit 5870049

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout main
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- uses: actions/setup-node@v2
2222
with:
2323
node-version: '16'
2424

25-
- uses: actions/setup-go@v2
25+
- uses: actions/setup-go@v3
2626
with:
2727
go-version: 1.18
2828

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
1616
- name: Set up Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v3
1818
with:
1919
go-version: 1.18
2020

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
sudo apt install -y bird2
1717
1818
- name: Set up Go
19-
uses: actions/setup-go@v2
19+
uses: actions/setup-go@v3
2020
with:
2121
go-version: 1.18
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525

2626
- name: golangci-lint
27-
uses: golangci/golangci-lint-action@v2
27+
uses: golangci/golangci-lint-action@v3
2828
with:
2929
args: -E gosec
3030

0 commit comments

Comments
 (0)