Skip to content

Commit 8908e42

Browse files
Merge pull request #2669 from VWS-Python/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 8541fb8 + 4559661 commit 8908e42

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- docs/source/basic-example.rst
120120

121121
steps:
122-
- uses: actions/checkout@v4
122+
- uses: actions/checkout@v5
123123
with:
124124
# See https://github.com/codecov/codecov-action/issues/190.
125125
fetch-depth: 2

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: vwq
3131

3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434

3535
- name: Set up QEMU
3636
uses: docker/setup-qemu-action@v3

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.platform }}
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828

2929
- name: Install uv
3030
uses: astral-sh/setup-uv@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: write
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
# Fetch all history including tags.
2727
# Needed to find the latest tag.

.github/workflows/skip-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.platform }}
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
# See https://github.com/codecov/codecov-action/issues/190.
3232
fetch-depth: 2

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.platform }}
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
# See https://github.com/codecov/codecov-action/issues/190.
3030
fetch-depth: 2

0 commit comments

Comments
 (0)