From 5d6c0c4a5c96523282de0e5fd81fa01eabab8835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 00:50:19 +0000 Subject: [PATCH] Bump docker/metadata-action from 3 to 4 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 4. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-dev.yml | 2 +- .github/workflows/deploy-main.yml | 2 +- .github/workflows/deploy-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 1384acefc..c51063c17 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -78,7 +78,7 @@ jobs: - name: Container - Meta id: meta - uses: docker/metadata-action@v3 + uses: docker/metadata-action@v4 with: images: | dataswift/hat diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index 8f88ff7c4..34031dc67 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -77,7 +77,7 @@ jobs: - name: Container - Meta id: meta - uses: docker/metadata-action@v3 + uses: docker/metadata-action@v4 with: images: | dataswift/hat diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index ea9e6c337..806442a5e 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -80,7 +80,7 @@ jobs: - name: Container - Meta id: meta - uses: docker/metadata-action@v3 + uses: docker/metadata-action@v4 with: images: | dataswift/hat