Skip to content

Commit 2f3e92f

Browse files
authored
Merge branch 'master' into dev
2 parents 3796ace + 107a972 commit 2f3e92f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050

5151
- name: Run coverage
5252
run: go test -v ./...
53-
shell: powershell
53+
shell: powershell

.github/workflows/label.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
pull-requests: write
1818

1919
steps:
20-
- uses: actions/labeler@v4
20+
- uses: actions/labeler@v5
2121
with:
2222
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)