From b209fa3a20e4937a6e90eab2036b15e07a484976 Mon Sep 17 00:00:00 2001 From: Michael Macias Date: Thu, 15 Feb 2024 11:03:38 -0600 Subject: [PATCH] github/workflows: Update to actions/checkout@v4 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d26eca3..418d96f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,7 +17,7 @@ jobs: - { os: windows, arch: amd64 } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build env: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b7e11e..de2c4ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: test: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: go-version-file: go.mod