Skip to content

Commit d33c083

Browse files
chore(deps): update guidojw/actions action to v2 (#997)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4400beb commit d33c083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ inputs.sha }}
2828

2929
- name: Build test image
30-
uses: guidojw/actions/build-docker-image@799830bc5952da2a44f888d276a9cf5003e3e55d # v1.4.9
30+
uses: guidojw/actions/build-docker-image@93f79307970f9904f178fa99c97bf02f5bc955c9 # v2.0.0
3131
with:
3232
file: Dockerfile
3333
target: base
@@ -54,7 +54,7 @@ jobs:
5454
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.7.7
5555
5656
- name: Load test image
57-
uses: guidojw/actions/load-docker-image@799830bc5952da2a44f888d276a9cf5003e3e55d # v1.4.9
57+
uses: guidojw/actions/load-docker-image@93f79307970f9904f178fa99c97bf02f5bc955c9 # v2.0.0
5858
with:
5959
name: app
6060

@@ -80,7 +80,7 @@ jobs:
8080
ref: ${{ inputs.sha }}
8181

8282
- name: Load test image
83-
uses: guidojw/actions/load-docker-image@799830bc5952da2a44f888d276a9cf5003e3e55d # v1.4.9
83+
uses: guidojw/actions/load-docker-image@93f79307970f9904f178fa99c97bf02f5bc955c9 # v2.0.0
8484
with:
8585
name: app
8686

0 commit comments

Comments
 (0)