Skip to content

Commit

Permalink
Bump crazy-max/ghaction-setup-docker from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker) from 2 to 3.
- [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases)
- [Commits](docker/setup-docker-action@v2...v3)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-setup-docker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 19, 2023
1 parent 029306e commit fbee4e8
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
echo "SIGN_QEMU_BINARY=1" >> "$GITHUB_ENV"
- name: Install docker
uses: crazy-max/ghaction-setup-docker@v2
uses: crazy-max/ghaction-setup-docker@v3
timeout-minutes: 12

- name: Setup PostgreSQL
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
opm install -l --dev
- name: Install docker
uses: crazy-max/ghaction-setup-docker@v2
uses: crazy-max/ghaction-setup-docker@v3
timeout-minutes: 12

- name: Setup PostgreSQL

0 comments on commit fbee4e8

Please sign in to comment.