From e87c40d59f939e4cbc8420ec8c0fc6dbbba637cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:46:49 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-setup-docker from 3.4.0 to 3.5.0 Bumps [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases) - [Commits](https://github.com/crazy-max/ghaction-setup-docker/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-setup-docker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go-test.yml | 2 +- .github/workflows/new-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index dad4f89..e9f4460 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -23,7 +23,7 @@ jobs: go-version-file: 'go.mod' - run: go mod download - name: Docker Setup Docker - uses: crazy-max/ghaction-setup-docker@v3.4.0 + uses: crazy-max/ghaction-setup-docker@v3.5.0 - name: Run Go unit tests run: | go test ./... diff --git a/.github/workflows/new-release.yaml b/.github/workflows/new-release.yaml index 1dcbd50..3d1610c 100644 --- a/.github/workflows/new-release.yaml +++ b/.github/workflows/new-release.yaml @@ -79,7 +79,7 @@ jobs: go-version-file: 'go.mod' - run: go mod download - name: Docker Setup Docker - uses: crazy-max/ghaction-setup-docker@v3.4.0 + uses: crazy-max/ghaction-setup-docker@v3.5.0 - name: Run Go unit tests run: | go test ./...