diff --git a/.github/workflows/build-crates-individually.yml b/.github/workflows/build-crates-individually.yml index 49db2a558..117585ff8 100644 --- a/.github/workflows/build-crates-individually.yml +++ b/.github/workflows/build-crates-individually.yml @@ -51,7 +51,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v3.5.3 - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 # Setup Rust with stable toolchain and minimal profile - name: Setup Rust @@ -109,7 +109,7 @@ jobs: - uses: actions/checkout@v3.5.3 with: persist-credentials: false - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Install last version of Protoc uses: arduino/setup-protoc@v2.0.0 diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 4c1a8c1cc..8e6a424e3 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v3.5.3 with: persist-credentials: false - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 diff --git a/.github/workflows/continous-delivery.yml b/.github/workflows/continous-delivery.yml index 49b871a26..35dda6a94 100644 --- a/.github/workflows/continous-delivery.yml +++ b/.github/workflows/continous-delivery.yml @@ -123,7 +123,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 @@ -163,7 +163,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 diff --git a/.github/workflows/continous-integration-docker.yml b/.github/workflows/continous-integration-docker.yml index ce252fd8a..bbce29d87 100644 --- a/.github/workflows/continous-integration-docker.yml +++ b/.github/workflows/continous-integration-docker.yml @@ -153,7 +153,7 @@ jobs: needs: build if: ${{ github.event.inputs.regenerate-disks != 'true' && github.event.inputs.run-full-sync != 'true' && github.event.inputs.run-lwd-sync != 'true' }} steps: - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 @@ -179,7 +179,7 @@ jobs: needs: build if: ${{ github.event.inputs.regenerate-disks != 'true' && github.event.inputs.run-full-sync != 'true' && github.event.inputs.run-lwd-sync != 'true' }} steps: - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 @@ -208,7 +208,7 @@ jobs: needs: build if: ${{ github.event.inputs.regenerate-disks != 'true' && github.event.inputs.run-full-sync != 'true' && github.event.inputs.run-lwd-sync != 'true' }} steps: - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 @@ -232,7 +232,7 @@ jobs: needs: build if: ${{ github.event.inputs.regenerate-disks != 'true' && github.event.inputs.run-full-sync != 'true' && github.event.inputs.run-lwd-sync != 'true' }} steps: - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 @@ -255,7 +255,7 @@ jobs: needs: build if: ${{ github.event.inputs.regenerate-disks != 'true' && github.event.inputs.run-full-sync != 'true' && github.event.inputs.run-lwd-sync != 'true' }} steps: - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 @@ -278,7 +278,7 @@ jobs: needs: build if: ${{ github.event.inputs.regenerate-disks != 'true' && github.event.inputs.run-full-sync != 'true' && github.event.inputs.run-lwd-sync != 'true' }} steps: - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 @@ -305,7 +305,7 @@ jobs: needs: build if: ${{ github.event.inputs.regenerate-disks != 'true' && github.event.inputs.run-full-sync != 'true' && github.event.inputs.run-lwd-sync != 'true' }} steps: - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 diff --git a/.github/workflows/continous-integration-os.yml b/.github/workflows/continous-integration-os.yml index 344745513..7242fddfb 100644 --- a/.github/workflows/continous-integration-os.yml +++ b/.github/workflows/continous-integration-os.yml @@ -92,7 +92,7 @@ jobs: - uses: actions/checkout@v3.5.3 with: persist-credentials: false - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Install last version of Protoc uses: arduino/setup-protoc@v2.0.0 @@ -206,7 +206,7 @@ jobs: - uses: actions/checkout@v3.5.3 with: persist-credentials: false - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 # Setup Rust with stable toolchain and minimal profile - name: Setup Rust @@ -228,7 +228,7 @@ jobs: - uses: actions/checkout@v3.5.3 with: persist-credentials: false - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Install last version of Protoc uses: arduino/setup-protoc@v2.0.0 @@ -272,7 +272,7 @@ jobs: - uses: actions/checkout@v3.5.3 with: persist-credentials: false - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Check ${{ matrix.checks }} with features ${{ matrix.features }} uses: EmbarkStudios/cargo-deny-action@v1 @@ -293,7 +293,7 @@ jobs: uses: actions/checkout@v3.5.3 with: persist-credentials: false - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 # Setup Rust with stable toolchain and minimal profile - name: Setup Rust diff --git a/.github/workflows/deploy-gcp-tests.yml b/.github/workflows/deploy-gcp-tests.yml index da8442fa9..dfd5e294e 100644 --- a/.github/workflows/deploy-gcp-tests.yml +++ b/.github/workflows/deploy-gcp-tests.yml @@ -118,7 +118,7 @@ jobs: with: persist-credentials: false fetch-depth: '2' - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 @@ -213,7 +213,7 @@ jobs: with: persist-credentials: false fetch-depth: '2' - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 @@ -279,7 +279,7 @@ jobs: with: persist-credentials: false fetch-depth: '2' - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 @@ -457,7 +457,7 @@ jobs: with: persist-credentials: false fetch-depth: '2' - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 @@ -1716,7 +1716,7 @@ jobs: with: persist-credentials: false fetch-depth: '2' - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 @@ -2014,7 +2014,7 @@ jobs: with: persist-credentials: false fetch-depth: '2' - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f07a0b001..b1133910a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -115,7 +115,7 @@ jobs: - uses: actions/checkout@v3.5.3 with: persist-credentials: false - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Install last version of Protoc uses: arduino/setup-protoc@v2.0.0 @@ -154,7 +154,7 @@ jobs: - uses: actions/checkout@v3.5.3 with: persist-credentials: false - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Install last version of Protoc uses: arduino/setup-protoc@v2.0.0 diff --git a/.github/workflows/release-crates-io.yml b/.github/workflows/release-crates-io.yml index 350bf4d4b..cd0764b90 100644 --- a/.github/workflows/release-crates-io.yml +++ b/.github/workflows/release-crates-io.yml @@ -67,7 +67,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest steps: - - uses: r7kamura/rust-problem-matchers@v1.3.0 + - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Checkout git repository uses: actions/checkout@v3.5.3