Skip to content

Commit

Permalink
Merge pull request #85 from CardiacModelling/action-verions
Browse files Browse the repository at this point in the history
Updated action versions
  • Loading branch information
MichaelClerx authored Dec 11, 2024
2 parents 7b511bb + 995b310 commit f0fa876
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
if: github.event.pull_request.draft == false

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

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5

- name: install pints
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
if: github.event.pull_request.draft == false

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

- name: Configure Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5

- name: Install flake8
run: |
Expand Down

0 comments on commit f0fa876

Please sign in to comment.