Skip to content

Commit

Permalink
ci : bump setup-docker github action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
  • Loading branch information
rohanKanojia committed Feb 8, 2025
1 parent b0afa8b commit e223440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: ~/.m2/repository
key: cache-e2e-${{ github.sha }}-${{ github.run_id }}
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
uses: crazy-max/ghaction-setup-docker@v4
with:
version: ${{ matrix.docker }}
- name: Run Integration tests
Expand All @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
docker: [v27.1.1, v26.1.4, v25.0.2, v24.0.9, v23.0.6, v20.10.24]
docker: [v27.5.1, v26.1.4]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -91,7 +91,7 @@ jobs:
name: Install QEMU 9.0.2
uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
uses: crazy-max/ghaction-setup-docker@v4
with:
version: ${{ matrix.docker }}
- name: Set up Docker Buildx
Expand Down

0 comments on commit e223440

Please sign in to comment.