Skip to content

Commit c9fc10c

Browse files
build(deps): bump the gha group with 2 updates (#1222)
Bumps the gha group with 2 updates: [docker/metadata-action](https://github.com/docker/metadata-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `docker/metadata-action` from 5.5.1 to 5.6.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.5.1...v5.6.1) Updates `softprops/action-gh-release` from 2.0.9 to 2.1.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.0.9...v2.1.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f36bb06 commit c9fc10c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
-
2222
name: Docker meta
2323
id: docker_meta
24-
uses: docker/metadata-action@v5.5.1
24+
uses: docker/metadata-action@v5.6.1
2525
with:
2626
images: |
2727
ghcr.io/tus/tusd
@@ -92,7 +92,7 @@ jobs:
9292

9393
-
9494
name: GitHub Release
95-
uses: softprops/action-gh-release@v2.0.9
95+
uses: softprops/action-gh-release@v2.1.0
9696
with:
9797
files: tusd_*.*
9898

0 commit comments

Comments
 (0)