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 Sep 18, 2023
1 parent 75641ad commit 02da70e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:

steps:
- name: Checkout router repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout Proton repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: apache/qpid-proton
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:

steps:
- name: Checkout router repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout Proton repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: apache/qpid-proton
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gcc-fanalyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
wget tar patch findutils git
- name: Checkout router repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout Proton repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: apache/qpid-proton
ref: main
Expand Down

0 comments on commit 02da70e

Please sign in to comment.