Skip to content

Commit 1cba4c0

Browse files
authored
Merge pull request #4765 from containerd/dependabot/github_actions/crazy-max/ghaction-github-runtime-4.0.0
build(deps): bump crazy-max/ghaction-github-runtime from 3.1.0 to 4.0.0
2 parents 1f6e874 + 3e8b42c commit 1cba4c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/job-test-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 1
3737

3838
- name: "Init: expose GitHub Runtime variables for gha"
39-
uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0
39+
uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0
4040

4141
- name: "Run: build dependencies for the integration test environment image"
4242
env:

.github/workflows/job-test-in-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
fetch-depth: 1
7373

7474
- name: "Init: expose GitHub Runtime variables for gha"
75-
uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0
75+
uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0
7676

7777
- name: "Init: install br-netfilter"
7878
run: |

.github/workflows/job-test-in-lima.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
lima sudo modprobe br-netfilter
8585
8686
- name: "Init: expose GitHub Runtime variables for gha"
87-
uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0
87+
uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0
8888

8989
- name: "Init: prepare integration tests"
9090
env:

0 commit comments

Comments
 (0)