From 9bd9e321da40f30afaacf3269b891c03a8f3ff3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 08:42:45 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.0.0 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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..1a40425f 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.1.0 - name: docker meta id: meta diff --git a/.github/workflows/docker-tests.yml b/.github/workflows/docker-tests.yml index 90638fc3..72e187ef 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.1.0 - 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..9205026f 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.1.0 - uses: docker://goreleaser/goreleaser with: diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index ad8971a4..d1161ce0 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.1.0 if: github.event.ref_type == 'tag' with: fetch-depth: 0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e02abc52..98809b01 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.1.0 - 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.1.0 - 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.1.0 - uses: actions/setup-go@v3.0.0 id: go