Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent d56a71f commit 5a11c3b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
if: ${{ always() && runner.os == 'Linux' }}
run: env -0 | sort -z | tr '\0' '\n'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'apache/qpid-proton'
ref: ${{ matrix.protonGitRef }}
path: 'qpid-proton'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: 'qpid-dispatch'

Expand Down Expand Up @@ -339,13 +339,13 @@ jobs:
if: ${{ always() && runner.os == 'Linux' }}
run: env -0 | sort -z | tr '\0' '\n'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'apache/qpid-proton'
ref: ${{ matrix.protonGitRef }}
path: 'qpid-proton'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: 'qpid-dispatch'

Expand Down Expand Up @@ -515,7 +515,7 @@ jobs:
- name: Install python-checker test dependencies
run: python3 -m pip install tox

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Create Build and Install directories
run: mkdir -p "${DispatchBuildDir}" "{InstallPrefix}"
Expand Down Expand Up @@ -547,7 +547,7 @@ jobs:
-DCONSOLE_INSTALL=OFF
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Create Build and Install directories
run: mkdir -p "${DispatchBuildDir}" "{InstallPrefix}"
Expand Down Expand Up @@ -603,7 +603,7 @@ jobs:
name: Console Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Dependencies
run: cd console/react && npm ci
Expand All @@ -615,7 +615,7 @@ jobs:
name: Console ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Dependencies
run: cd console/react && npm ci
Expand All @@ -627,7 +627,7 @@ jobs:
name: RAT Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: ~/.m2/repository
Expand All @@ -653,7 +653,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build Debian image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 5a11c3b

Please sign in to comment.