Skip to content

Commit f6d8276

Browse files
Bump actions/checkout and actions/setup-python to v6
1 parent a7dfd4d commit f6d8276

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
python-version: ["3.10", "3.11", "3.12", "3.13"]
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121

@@ -66,7 +66,7 @@ jobs:
6666
CONDA_ENV_NAME: "testing_env"
6767

6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v6
7070

7171
- name: Install Miniforge
7272
run: |
@@ -126,7 +126,7 @@ jobs:
126126
CONDA_ENV_NAME: "testing_env"
127127

128128
steps:
129-
- uses: actions/checkout@v4.0.0
129+
- uses: actions/checkout@v6
130130

131131
- name: Download Miniforge
132132
run: |

0 commit comments

Comments
 (0)