We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa64564 + 13ef9a5 commit fa3fba5Copy full SHA for fa3fba5
2 files changed
.github/workflows/cd.yml
@@ -62,7 +62,7 @@ jobs:
62
rustup default stable
63
rustup target add ${{ matrix.target }}
64
65
- - uses: taiki-e/install-action@v2.75.19
+ - uses: taiki-e/install-action@v2.79.1
66
with:
67
tool: just
68
@@ -143,7 +143,7 @@ jobs:
143
org.opencontainers.image.licenses=GPL-3.0-or-later
144
145
- name: Build and push
146
- uses: docker/build-push-action@v7
+ uses: docker/build-push-action@v7.1.0
147
148
context: .github/build-context
149
file: Containerfile
.github/workflows/typos.yml
@@ -12,6 +12,6 @@ jobs:
12
steps:
13
- uses: actions/checkout@v6
14
- name: Check spelling
15
- uses: crate-ci/typos@v1.45.1
+ uses: crate-ci/typos@v1.46.2
16
17
config: .typos.toml
0 commit comments