Skip to content

Commit

Permalink
Bump the gh-actions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gh-actions group with 2 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli).


Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

Updates `nosborn/github-action-markdown-cli` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases)
- [Commits](nosborn/github-action-markdown-cli@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
- dependency-name: nosborn/github-action-markdown-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent fcf8236 commit 590ec9d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:

- name: 💿 Build Addon - armhf
if: ${{ steps.information.outputs.armhf == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -148,7 +148,7 @@ jobs:

- name: 💿 Build Addon - armv7
if: ${{ steps.information.outputs.armv7 == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -163,7 +163,7 @@ jobs:

- name: 💿 Build Addon - aarch64
if: ${{ steps.information.outputs.aarch64 == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -178,7 +178,7 @@ jobs:

- name: 💿 Build Addon - amd64
if: ${{ steps.information.outputs.amd64 == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -193,7 +193,7 @@ jobs:

- name: 💿 Build Addon - i386
if: ${{ steps.information.outputs.i386 == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.addon }}
push: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ jobs:
uses: actions/checkout@v4

- name: 🔎 Run markdownlint
uses: nosborn/github-action-markdown-cli@v3.3.0
uses: nosborn/github-action-markdown-cli@v3.4.0
with:
files: .
10 changes: 5 additions & 5 deletions .github/workflows/main-addon-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

- name: 💿 Build Addon - armhf
if: ${{ steps.information.outputs.armhf == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -132,7 +132,7 @@ jobs:

- name: 💿 Build Addon - armv7
if: ${{ steps.information.outputs.armv7 == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -147,7 +147,7 @@ jobs:

- name: 💿 Build Addon - aarch64
if: ${{ steps.information.outputs.aarch64 == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -162,7 +162,7 @@ jobs:

- name: 💿 Build Addon - amd64
if: ${{ steps.information.outputs.amd64 == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -177,7 +177,7 @@ jobs:

- name: 💿 Build Addon - i386
if: ${{ steps.information.outputs.i386 == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.addon }}
push: false
Expand Down

0 comments on commit 590ec9d

Please sign in to comment.