Skip to content

Commit 30c28fd

Browse files
chore(deps): update nick-fields/assert-action action to v2 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f113991 commit 30c28fd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/test-docker-build-complex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
TEST_ARG=test_value
3636
SECOND_ARG=two
3737
38-
- uses: nick-fields/assert-action@v1
38+
- uses: nick-fields/assert-action@v2
3939
with:
4040
expected: 'registry.hub.docker.com/cloudposse/github-action-docker-build-push'
4141
actual: ${{ steps.current.outputs.image }}
4242

43-
- uses: nick-fields/assert-action@v1
43+
- uses: nick-fields/assert-action@v2
4444
with:
4545
expected: sha-${{ github.sha }}
4646
actual: ${{ steps.current.outputs.tag }}

.github/workflows/test-docker-build-multi-platform.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@ jobs:
4141
echo "archs=$archs" >> $GITHUB_ENV
4242
4343

44-
- uses: nick-fields/assert-action@v1
44+
- uses: nick-fields/assert-action@v2
4545
with:
4646
expected: 'registry.hub.docker.com/cloudposse/github-action-docker-build-push'
4747
actual: ${{ steps.current.outputs.image }}
4848

49-
- uses: nick-fields/assert-action@v1
49+
- uses: nick-fields/assert-action@v2
5050
with:
5151
expected: sha-${{ github.sha }}
5252
actual: ${{ steps.current.outputs.tag }}
5353

54-
- uses: nick-fields/assert-action@v1
54+
- uses: nick-fields/assert-action@v2
5555
with:
5656
expected: 'linux/amd64'
5757
actual: ${{ env.archs }}
5858
comparison: contains
5959

60-
- uses: nick-fields/assert-action@v1
60+
- uses: nick-fields/assert-action@v2
6161
with:
6262
expected: 'linux/arm64'
6363
actual: ${{ env.archs }}

.github/workflows/test-docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
login: ${{ secrets.DOCKERHUB_USERNAME }}
3232
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3333

34-
- uses: nick-fields/assert-action@v1
34+
- uses: nick-fields/assert-action@v2
3535
with:
3636
expected: 'registry.hub.docker.com/cloudposse/github-action-docker-build-push'
3737
actual: ${{ steps.current.outputs.image }}
3838

39-
- uses: nick-fields/assert-action@v1
39+
- uses: nick-fields/assert-action@v2
4040
with:
4141
expected: sha-${{ github.sha }}
4242
actual: ${{ steps.current.outputs.tag }}

0 commit comments

Comments
 (0)