From f814d6b81441a5d33503939fbe61d96c455882f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:56:18 +0000 Subject: [PATCH] ci(workflow): bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [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.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-staticcheck.yaml | 2 +- .github/workflows/docker-build.yaml | 2 +- .github/workflows/fuzz-test.yaml | 2 +- .github/workflows/release-please.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commit-staticcheck.yaml b/.github/workflows/commit-staticcheck.yaml index 6c7a81a8..4fac6f18 100644 --- a/.github/workflows/commit-staticcheck.yaml +++ b/.github/workflows/commit-staticcheck.yaml @@ -6,7 +6,7 @@ jobs: staticcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: actions/setup-go@v5.0.1 with: go-version-file: "go.mod" diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index d12578b5..83814d51 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Docker build env: diff --git a/.github/workflows/fuzz-test.yaml b/.github/workflows/fuzz-test.yaml index bb207781..f081a1a1 100644 --- a/.github/workflows/fuzz-test.yaml +++ b/.github/workflows/fuzz-test.yaml @@ -15,7 +15,7 @@ jobs: tests: ["FuzzTokenAuth;./pkg/registry;60s", "FuzzRoutes;./pkg/registry;60s"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: actions/setup-go@v5.0.1 with: go-version-file: "go.mod" diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 8149ed81..ab81ee53 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: ref: ${{ needs.release-please.outputs.tag_name }} -