Skip to content

Commit

Permalink
Merge pull request #500 from ModECI/nml_examples
Browse files Browse the repository at this point in the history
Update GHA versions
  • Loading branch information
pgleeson authored Mar 5, 2024
2 parents 18c6a2f + 2cb29dd commit 065fb63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/[email protected]
Expand All @@ -31,9 +31,9 @@ jobs:
runs-on: [ubuntu-latest, macos-latest, windows-latest]

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

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Build sdist and wheel
run: pipx run --spec build pyproject-build
Expand Down

0 comments on commit 065fb63

Please sign in to comment.