From a22fe2a52fb44d002d2c82d05af4cb2c38d81965 Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Thu, 22 Aug 2024 17:27:39 -0700 Subject: [PATCH] Update update-deps.yml - update schedule to Thursday 8pm - update versions to match both jobs --- .github/workflows/update-deps.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index bfd185edd..3c440216e 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -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