Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
python: ["3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
Expand All @@ -32,7 +32,7 @@ jobs:
name: build + twine check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true # no ruff config committed yet — surfaced, not gating
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/parity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout kernel
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
path: nizam/nilscript
- name: Checkout adapter template
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: nilscript-org/nil-adapter-template
path: nizam/adapters/nil-adapter-template
- name: Checkout reference adapter
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: nilscript-org/pocketbase-nil-adapter
path: nizam/adapters/pocketbase-nil-adapter
Expand Down
Loading