From dc59b368de711f8d2c29c2a9f0b01008c52f7711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:40:31 +0000 Subject: [PATCH] ci(workflow): bump actions/checkout from 4.2.0 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [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.2.0...v4.2.1) --- 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 526f0cf..5c5e5ed 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.2.0 + - uses: actions/checkout@v4.2.1 - uses: actions/setup-go@v5.0.2 with: go-version-file: "go.mod" diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index 5fcc26d..8ac5d44 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.2.0 + uses: actions/checkout@v4.2.1 - name: Docker build env: diff --git a/.github/workflows/fuzz-test.yaml b/.github/workflows/fuzz-test.yaml index 8c231fd..a341fc0 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.2.0 + - uses: actions/checkout@v4.2.1 - uses: actions/setup-go@v5.0.2 with: go-version-file: "go.mod" diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 390caa6..c2d813e 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.2.0 + uses: actions/checkout@v4.2.1 with: ref: ${{ needs.release-please.outputs.tag_name }} -