From ea588bd1244bad00d774c5542dc5dced911e81d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 04:51:12 +0000 Subject: [PATCH] chore: bump actions/checkout from 4.1.5 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [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.5...v4.1.6) --- 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 0e2ad31..84c079c 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.5 + uses: actions/checkout@v4.1.6 - name: Get go.mod details uses: Eun/go-mod-details@v1.0.6 @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - uses: actions/setup-go@v5 # we cannot use nancy-github-action because it is outdated, so it's better to use the latest @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - 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 47741c9..cb79b2c 100644 --- a/.github/workflows/release_published.yml +++ b/.github/workflows/release_published.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Get go.mod details uses: Eun/go-mod-details@v1.0.6