Merge pull request #55 from salmanmkc/upgrade-github-actions-node24

Upgrade GitHub Actions for Node 24 compatibility
This commit is contained in:
Ben Sigman
2026-04-07 13:46:49 -07:00
committed by GitHub
+4 -4
View File
@@ -13,8 +13,8 @@ jobs:
matrix: matrix:
python-version: ["3.9", "3.11", "3.13"] python-version: ["3.9", "3.11", "3.13"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- run: pip install -r requirements.txt pytest - run: pip install -r requirements.txt pytest
@@ -23,8 +23,8 @@ jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: "3.11" python-version: "3.11"
- run: pip install ruff - run: pip install ruff