Skip to content

Commit

Permalink
Merge branch 'master' into renovate/mozilla-actions-sccache-action-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
enjenjenje committed Jul 8, 2024
2 parents 01ee4df + 5712021 commit d496a16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Build and push container snapshot image
id: docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Build and push container
id: docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: dsherret/rust-toolchain-file@v1

- name: Install cargo-edit
uses: baptiste0928/cargo-install@v3.1.0
uses: baptiste0928/cargo-install@v3.1.1
with:
crate: cargo-edit

Expand Down

0 comments on commit d496a16

Please sign in to comment.