|
42 | 42 | with:
|
43 | 43 | fetch-depth: 1
|
44 | 44 | - name: "Expose GitHub Runtime variables for gha"
|
45 |
| - uses: crazy-max/ghaction-github-runtime@b3a9207c0e1ef41f4cf215303c976869d0c2c1c4 # v3.0.0 |
| 45 | + uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 |
46 | 46 | - name: "Build dependencies for the integration test environment image"
|
47 | 47 | run: |
|
48 | 48 | docker buildx create --name with-gha --use
|
@@ -114,7 +114,7 @@ jobs:
|
114 | 114 | with:
|
115 | 115 | fetch-depth: 1
|
116 | 116 | - name: "Expose GitHub Runtime variables for gha"
|
117 |
| - uses: crazy-max/ghaction-github-runtime@b3a9207c0e1ef41f4cf215303c976869d0c2c1c4 # v3.0.0 |
| 117 | + uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 |
118 | 118 | - name: "Prepare integration test environment"
|
119 | 119 | run: |
|
120 | 120 | docker buildx create --name with-gha --use
|
@@ -167,7 +167,7 @@ jobs:
|
167 | 167 | sudo sysctl -w net.ipv6.conf.all.forwarding=1
|
168 | 168 | sudo sysctl -w net.ipv4.ip_forward=1
|
169 | 169 | - name: "Expose GitHub Runtime variables for gha"
|
170 |
| - uses: crazy-max/ghaction-github-runtime@b3a9207c0e1ef41f4cf215303c976869d0c2c1c4 # v3.0.0 |
| 170 | + uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 |
171 | 171 | - name: Enable IPv6 for Docker, and configure docker to use containerd for gha
|
172 | 172 | run: |
|
173 | 173 | sudo mkdir -p /etc/docker
|
@@ -271,7 +271,7 @@ jobs:
|
271 | 271 | docker run --privileged --rm tonistiigi/binfmt --install linux/arm64
|
272 | 272 | docker run --privileged --rm tonistiigi/binfmt --install linux/arm/v7
|
273 | 273 | - name: "Expose GitHub Runtime variables for gha"
|
274 |
| - uses: crazy-max/ghaction-github-runtime@b3a9207c0e1ef41f4cf215303c976869d0c2c1c4 # v3.0.0 |
| 274 | + uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 |
275 | 275 | - name: "Prepare (network driver=slirp4netns, port driver=builtin)"
|
276 | 276 | run: |
|
277 | 277 | docker buildx create --name with-gha --use
|
@@ -466,7 +466,7 @@ jobs:
|
466 | 466 | docker info
|
467 | 467 | docker version
|
468 | 468 | - name: "Expose GitHub Runtime variables for gha"
|
469 |
| - uses: crazy-max/ghaction-github-runtime@b3a9207c0e1ef41f4cf215303c976869d0c2c1c4 # v3.0.0 |
| 469 | + uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 |
470 | 470 | - name: "Prepare integration tests"
|
471 | 471 | run: |
|
472 | 472 | set -eux
|
|
0 commit comments