Skip to content

Commit 9b817f6

Browse files
chore(deps): bump the minor group with 3 updates
Bumps the minor group with 3 updates: [docker/build-push-action](https://github.com/docker/build-push-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action). Updates `docker/build-push-action` from 6.13.0 to 6.14.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.13.0...v6.14.0) Updates `actions/upload-artifact` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) Updates `EmbarkStudios/cargo-deny-action` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@v2.0.4...v2.0.5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea41efd commit 9b817f6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/_bundler_container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/setup-buildx-action@v3.9.0
4444

4545
- name: Build & Publish Image
46-
uses: docker/build-push-action@v6.13.0
46+
uses: docker/build-push-action@v6.14.0
4747
with:
4848
context: bundler/
4949
push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}

.github/workflows/_bundler_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: chmod -R +rX bundler/target/doc
4040

4141
- name: Upload Bundler Docs Artifact
42-
uses: actions/upload-artifact@v4.6.0
42+
uses: actions/upload-artifact@v4.6.1
4343
with:
4444
name: bundler-docs
4545
path: bundler/target/doc/bundler

.github/workflows/_bundler_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4.2.2
1212

1313
- name: Check Dependencies with Cargo Deny
14-
uses: EmbarkStudios/cargo-deny-action@v2.0.4
14+
uses: EmbarkStudios/cargo-deny-action@v2.0.5
1515
with:
1616
manifest-path: bundler/Cargo.toml
1717
command: check bans licenses sources

.github/workflows/_bundler_sqlx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: cargo sqlx prepare
4141

4242
- name: Upload Prepared Queries Artifact
43-
uses: actions/upload-artifact@v4.6.0
43+
uses: actions/upload-artifact@v4.6.1
4444
with:
4545
name: prepared-queries
4646
path: bundler/.sqlx

.github/workflows/_docs_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: chmod -R +rX site
2626

2727
- name: Upload User Docs Artifact
28-
uses: actions/upload-artifact@v4.6.0
28+
uses: actions/upload-artifact@v4.6.1
2929
with:
3030
name: user-docs
3131
path: site

0 commit comments

Comments
 (0)