Skip to content

Commit bac83fd

Browse files
build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7792aeb commit bac83fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Set up Python 3.14
2525
uses: actions/setup-python@v6
@@ -61,7 +61,7 @@ jobs:
6161
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
6262

6363
steps:
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565

6666
- name: Set up Python ${{ matrix.python-version }}
6767
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)