Skip to content

Commit 336af0e

Browse files
Merge pull request #1700 from VWS-Python/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 7f52561 + 048f9d9 commit 336af0e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

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

9292
steps:
93-
- uses: actions/checkout@v3
93+
- uses: actions/checkout@v4
9494
with:
9595
# See https://github.com/codecov/codecov-action/issues/190.
9696
fetch-depth: 2

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

2828
- name: Set up QEMU
2929
uses: docker/setup-qemu-action@v2

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
python-version: ["3.11"]
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: "Set up Python"
2727
uses: actions/setup-python@v4
2828
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: ["3.11"]
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: "Set up Python"
2020
uses: actions/setup-python@v4

.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@v3
27+
- uses: actions/checkout@v4
2828
with:
2929
# See https://github.com/codecov/codecov-action/issues/190.
3030
fetch-depth: 2

0 commit comments

Comments
 (0)