Skip to content

Commit 33ddf7c

Browse files
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 bd1b3a7 commit 33ddf7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
security-events: "write"
2828
steps:
2929
- name: "Checkout repository"
30-
uses: "actions/checkout@v4"
30+
uses: "actions/checkout@v6"
3131
- name: "Set up Python ${{ matrix.python-version }}"
3232
uses: "actions/setup-python@v5"
3333
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: "${{ matrix.os }}"
4848
steps:
4949
- name: "Checkout repository"
50-
uses: "actions/checkout@v4"
50+
uses: "actions/checkout@v6"
5151
- name: "Set up Python ${{ matrix.python-version }}"
5252
uses: "actions/setup-python@v5"
5353
with:

0 commit comments

Comments
 (0)