We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7befef + a22fe2a commit 3173ed1Copy full SHA for 3173ed1
.github/workflows/update-deps.yml
@@ -3,7 +3,7 @@ name: 'Update Dependencies'
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '0 6 * * 5'
+ - cron: '0 20 * * 4'
7
8
env:
9
GOPROXY: https://proxy.golang.org
@@ -44,10 +44,10 @@ jobs:
44
body: |
45
Updating go.mod with latest dependencies...
46
update-go-version:
47
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
48
steps:
49
- name: Checkout code
50
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
51
52
- name: Get current Go version from Dockerfile
53
id: current-go-version
0 commit comments