Skip to content

Commit 24235a0

Browse files
update github action checkout to v6
1 parent 99bdc6e commit 24235a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0 # we need history to diff properly
1818

@@ -52,7 +52,7 @@ jobs:
5252
python-version: [3.11, 3.12, 3.13, 3.14]
5353

5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v6
5656

5757
- name: Set up Python ${{ matrix.python-version }}
5858
uses: actions/setup-python@v5
@@ -84,7 +84,7 @@ jobs:
8484
environment:
8585
name: pypi-deployment
8686
steps:
87-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@v6
8888

8989
- name: Set up Python
9090
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)