Skip to content

Commit

Permalink
bump github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
barbieri committed Sep 10, 2024
1 parent e1c6b20 commit fcde902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Install Poetry"
run: "pip install poetry"
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: "poetry install --no-interaction --all-extras --with dev"
- run: "pip install pre-commit"
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down

0 comments on commit fcde902

Please sign in to comment.