Skip to content

Commit 455c63e

Browse files
committed
fix: autodelete channel
1 parent dbd5fca commit 455c63e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: Set up Go
15-
uses: actions/setup-go@v3
15+
uses: actions/setup-go@v5
1616
with:
1717
go-version: 1.22
1818

1919
- name: Run golangci-lint
20-
uses: golangci/golangci-lint-action@v3
20+
uses: golangci/golangci-lint-action@v4
2121
with:
2222
version: latest
2323
args: --timeout 5m

0 commit comments

Comments
 (0)