Skip to content

Commit 1cccd9a

Browse files
🛠️ Bump actions/checkout from 4.2.2 to 5.0.0 (#17)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9dddac commit 1cccd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
linter: [copyright, flake8, lint_cmake, mypy, pep257, xmllint]
1717
steps:
18-
- uses: actions/checkout@v4.2.2
18+
- uses: actions/checkout@v5.0.0
1919

2020
- name: Install typeshed for mypy
2121
if: matrix.linter == 'mypy'
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v4.2.2
36+
uses: actions/checkout@v5.0.0
3737

3838
- name: Set up Python environment
3939
uses: actions/setup-python@v5.6.0

0 commit comments

Comments
 (0)