Skip to content

Commit

Permalink
build(deps): bump the devops group with 6 updates (#8347)
Browse files Browse the repository at this point in the history
Bumps the devops group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.1.2` |
| [docker/login-action](https://github.com/docker/login-action) | `3.0.0` | `3.1.0` |
| [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `42.0.5` | `42.1.0` |
| [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) | `1.42.0` | `1.43.0` |
| [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) | `3.0.0` | `3.0.1` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `5.1.0` | `5.2.0` |


Updates `actions/checkout` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.2)

Updates `docker/login-action` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3.0.0...v3.1.0)

Updates `tj-actions/changed-files` from 42.0.5 to 42.1.0
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v42.0.5...v42.1.0)

Updates `reviewdog/action-actionlint` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/reviewdog/action-actionlint/releases)
- [Commits](reviewdog/action-actionlint@v1.42.0...v1.43.0)

Updates `baptiste0928/cargo-install` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/baptiste0928/cargo-install/releases)
- [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md)
- [Commits](baptiste0928/cargo-install@v3.0.0...v3.0.1)

Updates `docker/build-push-action` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: devops
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: devops
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: devops
- dependency-name: reviewdog/action-actionlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: devops
- dependency-name: baptiste0928/cargo-install
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: devops
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: devops
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gustavo Valverde <[email protected]>
Co-authored-by: Alfredo Garcia <[email protected]>
  • Loading branch information
3 people authored Mar 19, 2024
1 parent c22404f commit 0c77b40
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-deploy-nodes-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/chore-delete-gcp-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand All @@ -122,7 +122,7 @@ jobs:
token_format: 'access_token'

- name: Login to Google Artifact Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: us-docker.pkg.dev
username: oauth2accesstoken
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-crates.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

# Setup Rust with stable toolchain and minimal profile
- name: Setup Rust
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: r7kamura/[email protected]

# Setup Rust with stable toolchain and minimal profile
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest-xl

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
rust: ${{ steps.changed-files-rust.outputs.any_changed == 'true' }}
workflows: ${{ steps.changed-files-workflows.outputs.any_changed == 'true' }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
fetch-depth: 0

- name: Rust files
id: changed-files-rust
uses: tj-actions/changed-files@v42.0.5
uses: tj-actions/changed-files@v42.1.0
with:
files: |
**/*.rs
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Workflow files
id: changed-files-workflows
uses: tj-actions/changed-files@v42.0.5
uses: tj-actions/changed-files@v42.1.0
with:
files: |
.github/workflows/*.yml
Expand All @@ -69,7 +69,7 @@ jobs:
if: ${{ needs.changed-files.outputs.rust == 'true' }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
if: ${{ needs.changed-files.outputs.rust == 'true' }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -149,9 +149,9 @@ jobs:
needs: changed-files
if: ${{ needs.changed-files.outputs.workflows == 'true' }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: actionlint
uses: reviewdog/action-actionlint@v1.42.0
uses: reviewdog/action-actionlint@v1.43.0
with:
level: warning
fail_on_error: false
Expand All @@ -166,7 +166,7 @@ jobs:
runs-on: ubuntu-latest
needs: changed-files
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: codespell-project/[email protected]
with:
only_warn: 1
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-unit-tests-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
rust: beta

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -206,7 +206,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -270,7 +270,7 @@ jobs:

steps:
- name: Checkout git repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -281,7 +281,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal
- name: Install cargo-machete
uses: baptiste0928/[email protected].0
uses: baptiste0928/[email protected].1
with:
crate: cargo-machete

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-deploy-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout the source code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout the source code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-zcashd-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id-token: 'write'

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-crates-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: r7kamura/[email protected]

- name: Checkout git repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
persist-credentials: false

Expand All @@ -85,7 +85,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal
- name: Install cargo-release
uses: baptiste0928/[email protected].0
uses: baptiste0928/[email protected].1
with:
crate: cargo-release

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sub-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
access_token_lifetime: 10800s

- name: Login to Google Artifact Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: us-docker.pkg.dev
username: oauth2accesstoken
Expand All @@ -147,15 +147,15 @@ jobs:
# We only publish images to DockerHub if a release is not a pre-release
# Ref: https://github.com/orgs/community/discussions/26281#discussioncomment-3251177
if: ${{ github.event_name == 'release' && !github.event.release.prerelease }}
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

# Build and push image to Google Artifact Registry, and possibly DockerHub
- name: Build & push
id: docker_build
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
target: ${{ inputs.dockerfile_target }}
context: .
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sub-deploy-integration-tests-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -713,7 +713,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
fetch-depth: '2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-find-cached-disks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-test-zebra-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 30
runs-on: ubuntu-latest-m
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down

0 comments on commit 0c77b40

Please sign in to comment.