Skip to content

Commit

Permalink
Bump crazy-max/ghaction-github-runtime from 2 to 3 (#4733)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent d332076 commit d3513ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
version: ${{ matrix.docker_buildx }}
driver: docker-container
- name: expose github runtime for buildx
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3
- name: show system environs
run: ./ci/helpers/show_system_versions.bash
- name: build images
Expand Down Expand Up @@ -1607,7 +1607,7 @@ jobs:
cache: "pip"
cache-dependency-path: "services/web/server/requirements/ci.txt"
- name: expose github runtime for buildx
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3
- name: download docker images
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -1661,7 +1661,7 @@ jobs:
cache: "pip"
cache-dependency-path: "services/director-v2/requirements/ci.txt"
- name: expose github runtime for buildx
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3
- name: download docker images
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -1717,7 +1717,7 @@ jobs:
cache: "pip"
cache-dependency-path: "services/director-v2/requirements/ci.txt"
- name: expose github runtime for buildx
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3
- name: download docker images
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -1773,7 +1773,7 @@ jobs:
cache: "pip"
cache-dependency-path: "services/dynamic-sidecar/requirements/ci.txt"
- name: expose github runtime for buildx
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3
- name: download docker images
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -1830,7 +1830,7 @@ jobs:
cache: "pip"
cache-dependency-path: "services/osparc-gateway-server/requirements/ci.txt"
- name: expose github runtime for buildx
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3
- name: download docker images
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -1976,7 +1976,7 @@ jobs:
cache: "pip"
cache-dependency-path: "tests/public-api/requirements/ci.txt"
- name: expose github runtime for buildx
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3
- name: download docker images
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -2029,7 +2029,7 @@ jobs:
cache: "pip"
cache-dependency-path: "tests/swarm-deploy/requirements/ci.txt"
- name: expose github runtime for buildx
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3
- name: download docker images
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -2093,7 +2093,7 @@ jobs:
cache: "npm"
cache-dependency-path: "tests/e2e/package-lock.json"
- name: expose github runtime for buildx
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3
- name: download docker images
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit d3513ff

Please sign in to comment.