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