Skip to content

Commit

Permalink
Update CI script docker setup action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ibireme committed Jun 30, 2024
1 parent be2575d commit e65b1cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: CMake and CTest
run: |
Expand Down Expand Up @@ -232,10 +232,10 @@ jobs:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: CMake and CTest
run: |
Expand Down

0 comments on commit e65b1cc

Please sign in to comment.