From d0dd8eb22d1515e3f68bb98fe94f101144d29a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 22:26:55 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2d1a1a24a2..fb02996e15 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -67,13 +67,13 @@ jobs: if: ${{ always() && runner.os == 'Linux' }} run: env -0 | sort -z | tr '\0' '\n' - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: repository: 'apache/qpid-proton' ref: ${{ matrix.protonGitRef }} path: 'qpid-proton' - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: path: 'qpid-dispatch' @@ -339,13 +339,13 @@ jobs: if: ${{ always() && runner.os == 'Linux' }} run: env -0 | sort -z | tr '\0' '\n' - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: repository: 'apache/qpid-proton' ref: ${{ matrix.protonGitRef }} path: 'qpid-proton' - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: path: 'qpid-dispatch' @@ -491,7 +491,7 @@ jobs: -DCONSOLE_INSTALL=OFF steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Create Build and Install directories run: mkdir -p "${DispatchBuildDir}" "{InstallPrefix}" @@ -570,7 +570,7 @@ jobs: run: | dnf install -y 'dnf-command(builddep)' && dnf builddep -y qpid-dispatch-router && dnf install -y git tox ninja-build - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Create Build and Install directories run: mkdir -p "${DispatchBuildDir}" "{InstallPrefix}" @@ -590,7 +590,7 @@ jobs: name: Console Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Dependencies run: cd console/react && npm ci @@ -602,7 +602,7 @@ jobs: name: Console ESLint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Dependencies run: cd console/react && npm ci @@ -614,7 +614,7 @@ jobs: name: RAT Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v2.1.6 with: path: ~/.m2/repository