-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the devops group with 5 updates (#8218)
Bumps the devops group with 5 updates: | Package | From | To | | --- | --- | --- | | [arduino/setup-protoc](https://github.com/arduino/setup-protoc) | `2.1.0` | `3.0.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `3.1.4` | `3.1.6` | | [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `42.0.0` | `42.0.2` | | [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) | `3.4.2` | `4.0.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.5.0` | `5.5.1` | Updates `arduino/setup-protoc` from 2.1.0 to 3.0.0 - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](arduino/setup-protoc@v2.1.0...v3.0.0) Updates `codecov/codecov-action` from 3.1.4 to 3.1.6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.4...v3.1.6) Updates `tj-actions/changed-files` from 42.0.0 to 42.0.2 - [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.0...v42.0.2) Updates `peter-evans/dockerhub-description` from 3.4.2 to 4.0.0 - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](peter-evans/dockerhub-description@v3.4.2...v4.0.0) Updates `docker/metadata-action` from 5.5.0 to 5.5.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major dependency-group: devops - dependency-name: codecov/codecov-action 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: peter-evans/dockerhub-description dependency-type: direct:production update-type: version-update:semver-major dependency-group: devops - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: devops ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a309d6f
commit 6854a89
Showing
8 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,7 +128,7 @@ jobs: | |
- uses: r7kamura/[email protected] | ||
|
||
- name: Install last version of Protoc | ||
uses: arduino/setup-protoc@v2.1.0 | ||
uses: arduino/setup-protoc@v3.0.0 | ||
with: | ||
# TODO: increase to latest version after https://github.com/arduino/setup-protoc/issues/33 is fixed | ||
version: '23.x' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,4 +103,4 @@ jobs: | |
run: cargo llvm-cov --lcov --no-run --output-path lcov.info | ||
|
||
- name: Upload coverage report to Codecov | ||
uses: codecov/[email protected].4 | ||
uses: codecov/[email protected].6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
|
||
- name: Rust files | ||
id: changed-files-rust | ||
uses: tj-actions/[email protected].0 | ||
uses: tj-actions/[email protected].2 | ||
with: | ||
files: | | ||
**/*.rs | ||
|
@@ -56,7 +56,7 @@ jobs: | |
- name: Workflow files | ||
id: changed-files-workflows | ||
uses: tj-actions/[email protected].0 | ||
uses: tj-actions/[email protected].2 | ||
with: | ||
files: | | ||
.github/workflows/*.yml | ||
|
@@ -74,7 +74,7 @@ jobs: | |
persist-credentials: false | ||
|
||
- name: Install last version of Protoc | ||
uses: arduino/setup-protoc@v2.1.0 | ||
uses: arduino/setup-protoc@v3.0.0 | ||
with: | ||
# TODO: increase to latest version after https://github.com/arduino/setup-protoc/issues/33 is fixed | ||
version: '23.x' | ||
|
@@ -125,7 +125,7 @@ jobs: | |
- uses: r7kamura/[email protected] | ||
|
||
- name: Install last version of Protoc | ||
uses: arduino/setup-protoc@v2.1.0 | ||
uses: arduino/setup-protoc@v3.0.0 | ||
with: | ||
# TODO: increase to latest version after https://github.com/arduino/setup-protoc/issues/33 is fixed | ||
version: '23.x' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ jobs: | |
- uses: r7kamura/[email protected] | ||
|
||
- name: Install last version of Protoc | ||
uses: arduino/setup-protoc@v2.1.0 | ||
uses: arduino/setup-protoc@v3.0.0 | ||
with: | ||
# TODO: increase to latest version after https://github.com/arduino/setup-protoc/issues/33 is fixed | ||
version: '23.x' | ||
|
@@ -212,7 +212,7 @@ jobs: | |
- uses: r7kamura/[email protected] | ||
|
||
- name: Install last version of Protoc | ||
uses: arduino/setup-protoc@v2.1.0 | ||
uses: arduino/setup-protoc@v3.0.0 | ||
with: | ||
version: '23.x' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,7 +146,7 @@ jobs: | |
- uses: r7kamura/[email protected] | ||
|
||
- name: Install last version of Protoc | ||
uses: arduino/setup-protoc@v2.1.0 | ||
uses: arduino/setup-protoc@v3.0.0 | ||
with: | ||
version: '23.x' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ jobs: | |
# Automatic tag management and OCI Image Format Specification for labels | ||
- name: Docker meta | ||
id: meta | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
# list of Docker images to use as base name for tags | ||
images: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ jobs: | |
# Automatic tag management and OCI Image Format Specification for labels | ||
- name: Docker meta | ||
id: meta | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
# list of Docker images to use as base name for tags | ||
images: | | ||
|