Skip to content

Commit 13ef9a5

Browse files
ci(deps): bump the actions-patches group across 1 directory with 3 updates
Bumps the actions-patches group with 3 updates in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action), [docker/build-push-action](https://github.com/docker/build-push-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `taiki-e/install-action` from 2.75.19 to 2.79.1 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@v2.75.19...v2.79.1) Updates `docker/build-push-action` from 7 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7...v7.1.0) Updates `crate-ci/typos` from 1.45.1 to 1.46.2 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.45.1...v1.46.2) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patches - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patches - dependency-name: taiki-e/install-action dependency-version: 2.77.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patches ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71fc4d4 commit 13ef9a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
rustup default stable
6363
rustup target add ${{ matrix.target }}
6464
65-
- uses: taiki-e/install-action@v2.75.19
65+
- uses: taiki-e/install-action@v2.79.1
6666
with:
6767
tool: just
6868

@@ -143,7 +143,7 @@ jobs:
143143
org.opencontainers.image.licenses=GPL-3.0-or-later
144144
145145
- name: Build and push
146-
uses: docker/build-push-action@v7
146+
uses: docker/build-push-action@v7.1.0
147147
with:
148148
context: .github/build-context
149149
file: Containerfile

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v6
1414
- name: Check spelling
15-
uses: crate-ci/typos@v1.45.1
15+
uses: crate-ci/typos@v1.46.2
1616
with:
1717
config: .typos.toml

0 commit comments

Comments
 (0)