Skip to content

Commit 5f8bd4b

Browse files
committed
Update GitHub Actions
1 parent 3c345d6 commit 5f8bd4b

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/python-nightly-mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
2020

2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
allow-prereleases: true

.github/workflows/python-nightly-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
2020

2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
allow-prereleases: true

.github/workflows/python-nightly-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
2020

2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
allow-prereleases: true

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
2323

2424
steps:
25-
- uses: actions/checkout@v7.0.1
25+
- uses: actions/checkout@v7
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v7
2828
with:

0 commit comments

Comments
 (0)