Skip to content

Commit 8f90f61

Browse files
build(deps): bump the gha group with 3 updates (#1251)
Bumps the gha group with 3 updates: [docker/metadata-action](https://github.com/docker/metadata-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [akhileshns/heroku-deploy](https://github.com/akhileshns/heroku-deploy). Updates `docker/metadata-action` from 5.6.1 to 5.7.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.6.1...v5.7.0) Updates `docker/setup-buildx-action` from 3.8.0 to 3.10.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.8.0...v3.10.0) Updates `akhileshns/heroku-deploy` from 3.13.15 to 3.14.15 - [Release notes](https://github.com/akhileshns/heroku-deploy/releases) - [Commits](AkhileshNS/heroku-deploy@v3.13.15...v3.14.15) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: akhileshns/heroku-deploy 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 dcb841b commit 8f90f61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
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.6.1
24+
uses: docker/metadata-action@v5.7.0
2525
with:
2626
images: |
2727
ghcr.io/tus/tusd
@@ -35,7 +35,7 @@ jobs:
3535
-
3636
name: Set up Docker Buildx
3737
id: buildx
38-
uses: docker/setup-buildx-action@v3.8.0
38+
uses: docker/setup-buildx-action@v3.10.0
3939
with:
4040
install: true
4141

@@ -109,7 +109,7 @@ jobs:
109109

110110
-
111111
name: Deploy to heroku
112-
uses: akhileshns/heroku-deploy@v3.13.15
112+
uses: akhileshns/heroku-deploy@v3.14.15
113113
with:
114114
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
115115
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}

0 commit comments

Comments
 (0)