Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
ci(deps): bump actions/checkout from 3.5.3 to 4.1.1 (#23)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.3...v4.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LH <[email protected]>
  • Loading branch information
dependabot[bot] and lholota authored Nov 6, 2023
1 parent 74debc5 commit 629ad4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dns2: ${{ steps.vars.outputs.DNS2 }}
steps:
- name: Check out e2e repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1
with:
repository: homecentr/e2e
ref: ${{ inputs.gitref }}
Expand All @@ -50,7 +50,7 @@ jobs:
run: echo "::info::http://$HOST_IP:${{ job.services.webdriver-chrome.ports[7900] }}"

- name: Check out e2e repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1
with:
repository: homecentr/e2e
ref: ${{ inputs.gitref }}
Expand Down

0 comments on commit 629ad4c

Please sign in to comment.