From 2ad0c10cfaa9cc7885375487d9ec37d4d395e039 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 19:42:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/docker_push_latest.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_push_latest.yml b/.github/workflows/docker_push_latest.yml index 96692dc..60bdf2b 100644 --- a/.github/workflows/docker_push_latest.yml +++ b/.github/workflows/docker_push_latest.yml @@ -21,7 +21,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: go-version: '1.21' diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 69e769c..1842de3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Cache Go module uses: actions/cache@v2 with: