Skip to content

Commit 31e3b7d

Browse files
Bump addnab/docker-run-action from v2 to v3 (#79)
Bumps [addnab/docker-run-action](https://github.com/addnab/docker-run-action) from v2 to v3. - [Release notes](https://github.com/addnab/docker-run-action/releases) - [Changelog](https://github.com/addnab/docker-run-action/blob/main/RELEASES.md) - [Commits](addnab/docker-run-action@v2...4f65fab) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f31c19b commit 31e3b7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
CONTAINER_VERSION=amazonlinux:1
9797
OS_TYPE=rpm_based
9898
- name: Run Amazon 1
99-
uses: addnab/docker-run-action@v2
99+
uses: addnab/docker-run-action@v3
100100
with:
101101
image: amazon-builder:${{ github.sha }}
102102
run: /build.sh
@@ -115,7 +115,7 @@ jobs:
115115
CONTAINER_VERSION=amazonlinux:2
116116
OS_TYPE=rpm_based
117117
- name: Run Amazon 2
118-
uses: addnab/docker-run-action@v2
118+
uses: addnab/docker-run-action@v3
119119
with:
120120
image: amazon2-builder:${{ github.sha }}
121121
run: /build.sh
@@ -134,7 +134,7 @@ jobs:
134134
CONTAINER_VERSION=centos:7
135135
OS_TYPE=rpm_based
136136
- name: Run Centos 7
137-
uses: addnab/docker-run-action@v2
137+
uses: addnab/docker-run-action@v3
138138
with:
139139
image: centos7-builder:${{ github.sha }}
140140
run: /build.sh
@@ -153,7 +153,7 @@ jobs:
153153
CONTAINER_VERSION=centos:8
154154
OS_TYPE=rpm_based
155155
- name: Run Centos 8
156-
uses: addnab/docker-run-action@v2
156+
uses: addnab/docker-run-action@v3
157157
with:
158158
image: centos8-builder:${{ github.sha }}
159159
run: /build.sh
@@ -171,7 +171,7 @@ jobs:
171171
build-args: |
172172
OS_TYPE=deb_based
173173
- name: Run Debian
174-
uses: addnab/docker-run-action@v2
174+
uses: addnab/docker-run-action@v3
175175
with:
176176
image: debian-builder:${{ github.sha }}
177177
run: /build.sh

0 commit comments

Comments
 (0)