Skip to content

Commit 0cc1f0c

Browse files
authored
Merge pull request #4064 from containerd/dependabot/github_actions/crazy-max/ghaction-github-runtime-3.1.0
build(deps): bump crazy-max/ghaction-github-runtime from 3.0.0 to 3.1.0
2 parents f64f383 + e6dbb21 commit 0cc1f0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
fetch-depth: 1
4444
- 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
4646
- name: "Build dependencies for the integration test environment image"
4747
run: |
4848
docker buildx create --name with-gha --use
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
fetch-depth: 1
116116
- 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
118118
- name: "Prepare integration test environment"
119119
run: |
120120
docker buildx create --name with-gha --use
@@ -167,7 +167,7 @@ jobs:
167167
sudo sysctl -w net.ipv6.conf.all.forwarding=1
168168
sudo sysctl -w net.ipv4.ip_forward=1
169169
- 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
171171
- name: Enable IPv6 for Docker, and configure docker to use containerd for gha
172172
run: |
173173
sudo mkdir -p /etc/docker
@@ -271,7 +271,7 @@ jobs:
271271
docker run --privileged --rm tonistiigi/binfmt --install linux/arm64
272272
docker run --privileged --rm tonistiigi/binfmt --install linux/arm/v7
273273
- 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
275275
- name: "Prepare (network driver=slirp4netns, port driver=builtin)"
276276
run: |
277277
docker buildx create --name with-gha --use
@@ -466,7 +466,7 @@ jobs:
466466
docker info
467467
docker version
468468
- 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
470470
- name: "Prepare integration tests"
471471
run: |
472472
set -eux

0 commit comments

Comments
 (0)