Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#1274)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dacheng Xu <[email protected]>
  • Loading branch information
dependabot[bot] and dachengx authored Nov 13, 2023
1 parent 7587e7d commit 116e23c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.8'

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: pip install wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
# Setup and installation
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup python
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: pre-install requirements
run: pip install -r requirements.txt
- name: Install straxen
Expand Down

0 comments on commit 116e23c

Please sign in to comment.