Skip to content

Commit

Permalink
update action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Feb 15, 2024
1 parent efa3678 commit 0b760c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: "composite"
steps:
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- rat
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup dependencies
uses: ./.github/actions/setup
- name: Set parameters
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup dependencies
uses: ./.github/actions/setup
- name: Run pre-commit
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
- name: Test with pytest
run: poetry run pytest --color=yes

0 comments on commit 0b760c5

Please sign in to comment.