Skip to content

Commit

Permalink
build(deps): bump the devops group with 3 updates (#8919)
Browse files Browse the repository at this point in the history
Bumps the devops group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action).


Updates `actions/checkout` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.1)

Updates `tj-actions/changed-files` from 45.0.2 to 45.0.3
- [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@v45.0.2...v45.0.3)

Updates `docker/setup-buildx-action` from 3.6.1 to 3.7.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3.6.1...v3.7.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: devops
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: devops
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: devops
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 3220520 commit a282103
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 32 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 @@ -219,7 +219,7 @@ jobs:
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

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

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 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/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

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/checkout@v4.2.0
- uses: actions/checkout@v4.2.1

# 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/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: r7kamura/rust-problem-matchers@v1.5.0

# 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/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0
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/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

Expand Down
14 changes: 7 additions & 7 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/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false
fetch-depth: 0

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

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

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

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
needs: changed-files
if: ${{ needs.changed-files.outputs.workflows == 'true' }}
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: actionlint
uses: reviewdog/action-actionlint@v1.48.0
with:
Expand All @@ -166,7 +166,7 @@ jobs:
runs-on: ubuntu-latest
needs: changed-files
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: codespell-project/actions-codespell@v2.1
with:
only_warn: 1
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-unit-tests-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
rust: beta

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0
Expand All @@ -205,7 +205,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }}

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0
Expand All @@ -269,7 +269,7 @@ jobs:

steps:
- name: Checkout git repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0
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/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
persist-credentials: false

Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout the source code
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
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/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
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/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .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/rust-problem-matchers@v1.5.0

- name: Checkout git repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sub-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
env:
DOCKER_BUILD_SUMMARY: ${{ vars.DOCKER_BUILD_SUMMARY }}
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
# Setup Docker Buildx to use Docker Build Cloud
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1
with:
version: "lab:latest"
driver: cloud
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 @@ -140,7 +140,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -686,7 +686,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
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 @@ -58,7 +58,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
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/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

Expand Down

0 comments on commit a282103

Please sign in to comment.