chore: update action versions

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang
2025-12-23 13:29:05 +05:30
parent 352c585208
commit 8a8e1a2c4d
10 changed files with 31 additions and 31 deletions

View File

@@ -21,12 +21,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ matrix.branch }}
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.14"