Update update-deps.yml

- update schedule to Thursday 8pm
- update versions to match both jobs
This commit is contained in:
Jing Xu
2024-08-22 17:27:39 -07:00
committed by GitHub
parent c7befef47e
commit a22fe2a52f

View File

@@ -3,7 +3,7 @@ name: 'Update Dependencies'
on:
workflow_dispatch:
schedule:
- cron: '0 6 * * 5'
- cron: '0 20 * * 4'
env:
GOPROXY: https://proxy.golang.org
@@ -44,10 +44,10 @@ jobs:
body: |
Updating go.mod with latest dependencies...
update-go-version:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get current Go version from Dockerfile
id: current-go-version