Skip to content

Commit a22fe2a

Browse files
authored
Update update-deps.yml
- update schedule to Thursday 8pm - update versions to match both jobs
1 parent c7befef commit a22fe2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-deps.yml

Lines changed: 3 additions & 3 deletions
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)