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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 494baf8 commit 0cc4bfe
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 @@ -70,13 +70,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 @@ -427,13 +427,13 @@ jobs:
- name: Check that Node20 works inside in-docker steps
run: /__e/node20/bin/node -e 'console.log("Hello World")'

- 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 @@ -614,7 +614,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 @@ -646,7 +646,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 @@ -702,7 +702,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 @@ -714,7 +714,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 @@ -726,7 +726,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 @@ -752,7 +752,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@v5
with:
Expand Down

0 comments on commit 0cc4bfe

Please sign in to comment.