Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Bump the actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [ghalactic/github-release-from-tag](https://github.com/ghalactic/github-release-from-tag).


Updates `docker/setup-buildx-action` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2.9.1...v2.10.0)

Updates `ghalactic/github-release-from-tag` from 4 to 5
- [Release notes](https://github.com/ghalactic/github-release-from-tag/releases)
- [Changelog](https://github.com/ghalactic/github-release-from-tag/blob/main/CHANGELOG.md)
- [Commits](ghalactic/github-release-from-tag@v4...v5)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: ghalactic/github-release-from-tag
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored and halostatue committed Sep 26, 2023
1 parent 0a2ba9a commit eff7414
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-image.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: docker/setup-buildx-action@v2.9.1
- uses: docker/setup-buildx-action@v2.10.0

- id: package-versions
run: echo "data=$(cat package-versions.json)" >> $GITHUB_OUTPUT
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
with:
ref: refs/tags/${{ github.event.inputs.tag }}
- uses: ghalactic/github-release-from-tag@v4
- uses: ghalactic/github-release-from-tag@v5
with:
summaryEnabled: false
publish-image:
@@ -63,7 +63,7 @@ jobs:
type=sha
- uses: docker/setup-qemu-action@v2.2.0
- uses: docker/setup-buildx-action@v2.9.1
- uses: docker/setup-buildx-action@v2.10.0

- id: package-versions
run: echo "data=$(cat package-versions.json)" >> $GITHUB_OUTPUT

0 comments on commit eff7414

Please sign in to comment.