diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-05 09:48:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 09:48:29 +0100 |
commit | b4258aaa25adec49eaf8df8ce0f6640892787793 (patch) | |
tree | 430845538505ba7630c9bf9a8af2dc14f68ad125 /.github | |
parent | 5d9647544a55c00a253ccedb676ac57c1c5e4039 (diff) | |
download | spack-b4258aaa25adec49eaf8df8ce0f6640892787793.tar.gz spack-b4258aaa25adec49eaf8df8ce0f6640892787793.tar.bz2 spack-b4258aaa25adec49eaf8df8ce0f6640892787793.tar.xz spack-b4258aaa25adec49eaf8df8ce0f6640892787793.zip |
build(deps): bump docker/metadata-action from 5.2.0 to 5.3.0 (#41423)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/e6428a5c4e294a61438ed7f43155db912025b6b3...31cebacef4805868f9ce9a0cb03ee36c32df2ac4)
---
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 7c1a9b8411..020cedbcc9 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -57,7 +57,7 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # @v2 - - uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 + - uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 id: docker_meta with: images: | |