From 73fc21cb1a00a0dadc0853d5ca976cec9e46c73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 03:20:08 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- .github/workflows/goalngci-lint.yml | 2 +- .github/workflows/release-latest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6310b79..902e719 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4 - name: Login to GitHub Container Registry uses: docker/login-action@v2 diff --git a/.github/workflows/goalngci-lint.yml b/.github/workflows/goalngci-lint.yml index faa59f9..7738392 100644 --- a/.github/workflows/goalngci-lint.yml +++ b/.github/workflows/goalngci-lint.yml @@ -16,7 +16,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v4 - name: Set up Go go1.19 uses: actions/setup-go@v4 with: diff --git a/.github/workflows/release-latest.yml b/.github/workflows/release-latest.yml index fd2c67d..b410f91 100644 --- a/.github/workflows/release-latest.yml +++ b/.github/workflows/release-latest.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go 1.19 uses: actions/setup-go@v4