Skip to content

Commit 124d897

Browse files
committed
Bump GitHub Actions versions in install workflow
Update .github/workflows/install.yml to use actions/checkout@v6 and actions/setup-python@v6. This brings the workflow up to newer action releases for improved features, security fixes, and compatibility with current runners while retaining the existing Python matrix and install steps.
1 parent a69a218 commit 124d897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
matrix:
1010
python-version: [3.11, 3.12, 3.13, 3.14]
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v6
1313
- name: Set up Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version: '3.x'
1717
- name: Install dependencies

0 commit comments

Comments
 (0)