Skip to content

Commit d5f04dc

Browse files
committed
chore: update GH actions checkout version
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
1 parent e3d203d commit d5f04dc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- windows-latest
4646
runs-on: ${{ matrix.os }}
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v6
4949
- name: Setup UV
5050
uses: astral-sh/setup-uv@v7
5151
with:
@@ -85,7 +85,7 @@ jobs:
8585
- "9000:9000" # main MINIO API port
8686
- "9001:9001" # web UI
8787
steps:
88-
- uses: actions/checkout@v4
88+
- uses: actions/checkout@v6
8989
- name: Setup UV
9090
uses: astral-sh/setup-uv@v7
9191
with:

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
- name: Annotate locations with typos
2323
uses: codespell-project/codespell-problem-matcher@v1
2424
- name: Codespell

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: pypi
1818
url: https://pypi.org/p/intersect-sdk-common
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- name: Setup UV
2222
uses: astral-sh/setup-uv@v7
2323
with:

0 commit comments

Comments
 (0)