Skip to content

Commit

Permalink
Bump actions/checkout from 3.3.0 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.3.0...v4.1.7)

---
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 23, 2024
1 parent 3b2dac6 commit ce0e65f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.7
- run: python -m pip install --upgrade black
- run: black --check .

flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.7
- run: python -m pip install flake8
- run: flake8

Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.7
- run: python -m pip install cryptography isort==5.6.4
- run: isort --diff --check lora tests

Expand All @@ -38,6 +38,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.7
- run: python -m pip install discover cryptography==3.2
- run: discover

0 comments on commit ce0e65f

Please sign in to comment.