diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-19 20:39:45 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 20:39:45 -0600 |
commit | df208c1095e665ca8981da7a2305158d77cf11cb (patch) | |
tree | e76e7f82dd300bca527eefcb01c05ff845a2e9b0 /.github | |
parent | 853f70edc8f54016190fca1b4ea4a318b4e8da75 (diff) | |
download | spack-df208c1095e665ca8981da7a2305158d77cf11cb.tar.gz spack-df208c1095e665ca8981da7a2305158d77cf11cb.tar.bz2 spack-df208c1095e665ca8981da7a2305158d77cf11cb.tar.xz spack-df208c1095e665ca8981da7a2305158d77cf11cb.zip |
build(deps): bump docker/metadata-action from 5.5.1 to 5.6.1 (#47682)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.1 to 5.6.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/8e5442c4ef9f78752691e2d8f8d19755c6f78e81...369eb591f429131d6889c46b94e711f089e6ca96)
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-containers.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 9151898b86..eb7e7b0792 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -57,7 +57,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 + - uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 id: docker_meta with: images: | |