Skip to content

Commit

Permalink
Merge pull request #944 from jingxu97/patch-5
Browse files Browse the repository at this point in the history
Update update-deps.yml
  • Loading branch information
k8s-ci-robot authored Sep 9, 2024
2 parents c7befef + a22fe2a commit 3173ed1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3173ed1

Please sign in to comment.