Skip to content

Commit 3173ed1

Browse files
authored
Merge pull request #944 from jingxu97/patch-5
Update update-deps.yml
2 parents c7befef + a22fe2a commit 3173ed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/update-deps.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'Update Dependencies'
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 6 * * 5'
6+
- cron: '0 20 * * 4'
77

88
env:
99
GOPROXY: https://proxy.golang.org
@@ -44,10 +44,10 @@ jobs:
4444
body: |
4545
Updating go.mod with latest dependencies...
4646
update-go-version:
47-
runs-on: ubuntu-latest
47+
runs-on: ubuntu-22.04
4848
steps:
4949
- name: Checkout code
50-
uses: actions/checkout@v3
50+
uses: actions/checkout@v4
5151

5252
- name: Get current Go version from Dockerfile
5353
id: current-go-version

0 commit comments

Comments
 (0)