From 0de8794fcc4c583386d8b9be79b0cefe910a7a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 07:58:44 +0000 Subject: [PATCH] ci(workflow): bump actions/checkout from 4.1.4 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [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.4...v4.1.5) --- 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 b143cc3..80ae718 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.4 + - uses: actions/checkout@v4.1.5 - 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 e81ed47..cc6c4c0 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.4 + uses: actions/checkout@v4.1.5 - name: Docker build env: diff --git a/.github/workflows/fuzz-test.yaml b/.github/workflows/fuzz-test.yaml index b8c6881..b06d0d7 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.4 + - uses: actions/checkout@v4.1.5 - 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 c5f480a..60040ea 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.4 + uses: actions/checkout@v4.1.5 with: ref: ${{ needs.release-please.outputs.tag_name }} -