Skip to content

Commit 7a7f3f7

Browse files
PetrHeinzclaude
andauthored
SH-1002 [CI] Update GitHub Actions versions (#40)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent d8b1835 commit 7a7f3f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.x']
1717

1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v7
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies

0 commit comments

Comments
 (0)