Skip to content

Commit 8f0c351

Browse files
Bump actions/checkout from 3 to 4 (sqlalchemy#10311)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c22a74b commit 8f0c351

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/create-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: false
5050

5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353

5454
- name: Remove tag_build from setup.cfg
5555
# sqlalchemy has `tag_build` set to `dev` in setup.cfg. We need to remove it before creating the weel

.github/workflows/run-on-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# steps to run in each job. Some are github actions, others run shell commands
3838
steps:
3939
- name: Checkout repo
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141

4242
- name: Set up python
4343
uses: actions/setup-python@v4
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Checkout repo
75-
uses: actions/checkout@v3
75+
uses: actions/checkout@v4
7676

7777
- name: Set up python
7878
uses: actions/setup-python@v4

.github/workflows/run-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# steps to run in each job. Some are github actions, others run shell commands
7474
steps:
7575
- name: Checkout repo
76-
uses: actions/checkout@v3
76+
uses: actions/checkout@v4
7777

7878
- name: Set up python
7979
uses: actions/setup-python@v4
@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: Checkout repo
119-
uses: actions/checkout@v3
119+
uses: actions/checkout@v4
120120

121121
- name: Set up emulation
122122
run: |
@@ -172,7 +172,7 @@ jobs:
172172
# steps to run in each job. Some are github actions, others run shell commands
173173
steps:
174174
- name: Checkout repo
175-
uses: actions/checkout@v3
175+
uses: actions/checkout@v4
176176

177177
- name: Set up python
178178
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)