From e8ba2ede96eece84fe8646c609124523b94b03fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 04:39:15 +0000 Subject: [PATCH] chore: bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [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/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 6 +++--- .github/workflows/release_published.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0dcad67..3dd76ac 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Get go.mod details uses: Eun/go-mod-details@v1.0.6 @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - uses: actions/setup-go@v5 # we cannot use nancy-github-action because it is outdated, so it's better to use the latest @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Get go.mod details uses: Eun/go-mod-details@v1.0.6 diff --git a/.github/workflows/release_published.yml b/.github/workflows/release_published.yml index bf7baea..12f8ba9 100644 --- a/.github/workflows/release_published.yml +++ b/.github/workflows/release_published.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Login to Docker Registry uses: docker/login-action@v3.0.0