Skip to content

Commit 7bb5baa

Browse files
authored
Merge pull request #3 from Coding-Autopilot-System/chore/node24-actions
ci: update actions to Node 24 runtimes
2 parents 0e14f98 + b328e5e commit 7bb5baa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
timeout-minutes: 10
1818
steps:
19-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
20-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
20+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- run: python -m pip install -e .

0 commit comments

Comments
 (0)