Skip to content

Commit 5203213

Browse files
committed
chore(actions): upgrade package
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 134376e commit 5203213

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@v1
44+
uses: github/codeql-action/init@v2
4545
with:
4646
languages: ${{ matrix.language }}
4747
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -50,4 +50,4 @@ jobs:
5050
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5151

5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@v1
53+
uses: github/codeql-action/analyze@v2

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Setup go
9-
uses: actions/setup-go@v2
9+
uses: actions/setup-go@v3
1010
with:
1111
go-version: '^1'
1212
- name: Checkout repository
1313
uses: actions/checkout@v3
1414
- name: Setup golangci-lint
15-
uses: golangci/golangci-lint-action@v2
15+
uses: golangci/golangci-lint-action@v3
1616
with:
1717
version: v1.45.0
1818
args: --verbose
@@ -47,7 +47,7 @@ jobs:
4747
redis-cli -h 127.0.0.1 -p 6379 cluster nodes
4848
4949
- name: Set up Go ${{ matrix.go }}
50-
uses: actions/setup-go@v2
50+
uses: actions/setup-go@v3
5151
with:
5252
go-version: ${{ matrix.go }}
5353

@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
ref: ${{ github.ref }}
5858

59-
- uses: actions/cache@v2
59+
- uses: actions/cache@v3
6060
with:
6161
path: |
6262
${{ matrix.go-build }}

0 commit comments

Comments
 (0)