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 Oct 30, 2023
1 parent 4a27fcd commit 71d3ea8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automation-trigger-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout SDK repo with testbed app
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: sdk
# point to automation master branch by default
- name: Checkout qa automation
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: qa
repository: BranchMetrics/qentelli-saas-sdk-testing-automation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gate-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v3
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 71d3ea8

Please sign in to comment.