Skip to content

Commit 1cdde77

Browse files
committed
Bump actions/checkout to v6 in workflows
Update .github/workflows/build-python.yml to use actions/checkout@v6 instead of v4 in both jobs. This brings the workflow up to the newer checkout action version to pick up improvements and fixes.
1 parent a701d67 commit 1cdde77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
versions: ${{ steps.read.outputs.versions }}
2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
- name: Extract Python versions from manifest.json
3333
id: read
3434
# manifest.json is the single source of truth: it both selects which
@@ -63,7 +63,7 @@ jobs:
6363
contents: write
6464
steps:
6565
- name: Checkout repository
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v6
6767

6868
- name: Download all build artifacts
6969
uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)