Skip to content

Commit

Permalink
GH1006 Update workflows version (#1007)
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
loicdiridollou authored Sep 22, 2024
1 parent a4615d5 commit ba99000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: composite
steps:
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}

Expand All @@ -27,7 +27,7 @@ runs:
id: poetry_version

- name: Cache poetry.lock
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: poetry.lock
key: ${{ inputs.os }}-${{ inputs.python-version }}-poetry-${{ steps.poetry_version.outputs.VERSION }}-${{ hashFiles('pyproject.toml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: OS ${{ matrix.os }} - Python ${{ matrix.python-version }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install project dependencies
uses: ./.github/setup
Expand All @@ -49,6 +49,6 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pre-commit/action@v3.0.0

0 comments on commit ba99000

Please sign in to comment.