Skip to content

Commit f7b690c

Browse files
Bump actions/checkout from 3 to 4
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]>
1 parent 9b80a0b commit f7b690c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: 🔨 Build distribution
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: 🏗 Set up Python 3.7
1717
uses: actions/setup-python@v4
1818
with:
@@ -33,7 +33,7 @@ jobs:
3333
name: 🧹 Pre-commit
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: 🏗 Set up Python 3.10
3838
uses: actions/setup-python@v4
3939
with:
@@ -52,7 +52,7 @@ jobs:
5252
python: ["3.7", "3.8", "3.9", "3.10"]
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
- name: 🏗 Set up Python ${{ matrix.python }}
5757
uses: actions/setup-python@v4
5858
with:

0 commit comments

Comments
 (0)