From d324120e2386fa7da51be91b535dab86a57ab96f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:07:43 +0000 Subject: [PATCH] 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 [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action). Updates `docker/build-push-action` from 6.10.0 to 6.11.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.10.0...v6.11.0) Updates `actions/upload-artifact` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.5.0...v4.6.0) Updates `wagoid/commitlint-github-action` from 6.1.2 to 6.2.0 - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/wagoid/commitlint-github-action/compare/v6.1.2...v6.2.0) --- 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-minor dependency-group: minor - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_bundler_container.yaml | 2 +- .github/workflows/_bundler_docs.yaml | 2 +- .github/workflows/_bundler_sqlx.yaml | 2 +- .github/workflows/_commit_lint.yaml | 2 +- .github/workflows/_docs_build.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_bundler_container.yaml b/.github/workflows/_bundler_container.yaml index f45e8e6..88626db 100644 --- a/.github/workflows/_bundler_container.yaml +++ b/.github/workflows/_bundler_container.yaml @@ -43,7 +43,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 - name: Build & Publish Image - uses: docker/build-push-action@v6.10.0 + uses: docker/build-push-action@v6.11.0 with: context: bundler/ push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }} diff --git a/.github/workflows/_bundler_docs.yaml b/.github/workflows/_bundler_docs.yaml index ef278cc..dd40576 100644 --- a/.github/workflows/_bundler_docs.yaml +++ b/.github/workflows/_bundler_docs.yaml @@ -39,7 +39,7 @@ jobs: run: chmod -R +rX bundler/target/doc - name: Upload Bundler Docs Artifact - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: bundler-docs path: bundler/target/doc/bundler diff --git a/.github/workflows/_bundler_sqlx.yaml b/.github/workflows/_bundler_sqlx.yaml index caaa286..5d41240 100644 --- a/.github/workflows/_bundler_sqlx.yaml +++ b/.github/workflows/_bundler_sqlx.yaml @@ -40,7 +40,7 @@ jobs: run: cargo sqlx prepare - name: Upload Prepared Queries Artifact - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: prepared-queries path: bundler/.sqlx diff --git a/.github/workflows/_commit_lint.yaml b/.github/workflows/_commit_lint.yaml index 573ece6..d50f943 100644 --- a/.github/workflows/_commit_lint.yaml +++ b/.github/workflows/_commit_lint.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Lint Commits - uses: wagoid/commitlint-github-action@v6.1.2 + uses: wagoid/commitlint-github-action@v6.2.0 with: configFile: .commitlintrc.json failOnWarnings: true diff --git a/.github/workflows/_docs_build.yaml b/.github/workflows/_docs_build.yaml index be4e3a8..2e77881 100644 --- a/.github/workflows/_docs_build.yaml +++ b/.github/workflows/_docs_build.yaml @@ -25,7 +25,7 @@ jobs: run: chmod -R +rX site - name: Upload User Docs Artifact - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: user-docs path: site