From 8723ecea33ff388711eaf5081595a73e12d64e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 08:36:21 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.0.0 to 3.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.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/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-push.yml | 2 +- .github/workflows/docker-tests.yml | 2 +- .github/workflows/goreleaser-test.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- .github/workflows/main.yml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-push.yml b/.github/workflows/docker-push.yml index b127a972..bf019ef2 100644 --- a/.github/workflows/docker-push.yml +++ b/.github/workflows/docker-push.yml @@ -6,7 +6,7 @@ jobs: if: github.event.ref_type == 'tag' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 - name: docker meta id: meta diff --git a/.github/workflows/docker-tests.yml b/.github/workflows/docker-tests.yml index 90638fc3..04c859cf 100644 --- a/.github/workflows/docker-tests.yml +++ b/.github/workflows/docker-tests.yml @@ -11,7 +11,7 @@ jobs: name: test-dockerfile runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 - name: setup qemu uses: docker/setup-qemu-action@v1.2.0 diff --git a/.github/workflows/goreleaser-test.yml b/.github/workflows/goreleaser-test.yml index 87bbafdb..fb3fb273 100644 --- a/.github/workflows/goreleaser-test.yml +++ b/.github/workflows/goreleaser-test.yml @@ -12,7 +12,7 @@ jobs: test-goreleaser: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 - uses: docker://goreleaser/goreleaser with: diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index ad8971a4..bfa6a22e 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -5,7 +5,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 if: github.event.ref_type == 'tag' with: fetch-depth: 0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e02abc52..757e535b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: stable: false go-version: ${{ matrix.go_version }} - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 - name: install build deps (macos) if: ${{ matrix.os == 'macos' }} @@ -73,7 +73,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 - uses: golangci/golangci-lint-action@v3.1.0 @@ -81,7 +81,7 @@ jobs: name: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 - uses: actions/setup-go@v3.0.0 id: go