Skip to content

Commit

Permalink
chore(deps): bump crazy-max/ghaction-setup-docker from 3.3.0 to 3.4.0 (
Browse files Browse the repository at this point in the history
…#83)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Oct 29, 2024
1 parent a1d561d commit 70681b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/83.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
deps: bumps crazy-max/ghaction-setup-docker from 3.3.0 to 3.4.0
```
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
uses: crazy-max/ghaction-setup-docker@v3.4.0
- name: Run Go unit tests
run: |
go test ./...
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
uses: crazy-max/ghaction-setup-docker@v3.4.0
- name: Run Go unit tests
run: |
go test ./...
Expand Down

0 comments on commit 70681b5

Please sign in to comment.