Skip to content

Commit bc2bea5

Browse files
chore(deps): bump actions/checkout from 4 to 5 in the actions group (#318)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e666db commit bc2bea5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Lint
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- uses: actions/setup-python@v5
3030
with:
3131
python-version: "3.x"
@@ -76,7 +76,7 @@ jobs:
7676
arch: "universal2"
7777

7878
steps:
79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v5
8080
with:
8181
fetch-depth: 0 # required for setuptools_scm to find tags
8282
submodules: 'recursive'
@@ -113,7 +113,7 @@ jobs:
113113
needs: [lint]
114114
runs-on: ubuntu-latest
115115
steps:
116-
- uses: actions/checkout@v4
116+
- uses: actions/checkout@v5
117117
with:
118118
fetch-depth: 0 # required for setuptools_scm to find tags
119119
submodules: 'recursive'
@@ -136,7 +136,7 @@ jobs:
136136
python: ["3.8", "3.13"]
137137

138138
steps:
139-
- uses: actions/checkout@v4
139+
- uses: actions/checkout@v5
140140
- uses: actions/setup-python@v5
141141
name: Install Python ${{ matrix.python }}
142142
id: python

0 commit comments

Comments
 (0)