Skip to content

Commit 10000f8

Browse files
jparrabedoyaclaude
andcommitted
ci: Upgrade checkout to v6.0.3 and patch-pin setup-python to v6.2.0 (node24-native)
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 841d441 commit 10000f8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
matrix:
1414
python: ['3.8', '3.9', '3.10', '3.11']
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6.0.3
1717
- name: Setup python
18-
uses: actions/setup-python@v6
18+
uses: actions/setup-python@v6.2.0
1919
with:
2020
python-version: ${{ matrix.python }}
2121
- run: ./scripts/build

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
run:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6.0.3
2121
- uses: r7kamura/semgrepper@v0
2222
continue-on-error: true

0 commit comments

Comments
 (0)