Skip to content

Commit fdf1534

Browse files
build(deps): bump actions/checkout from 5 to 6 (#136)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9d5ba1 commit fdf1534

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
--health-timeout 5s
3838
--health-retries 5
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- name: Set up Python ${{ matrix.python-version }}
4242
uses: actions/setup-python@v6
4343
with:
@@ -65,7 +65,7 @@ jobs:
6565
if: github.event_name == 'pull_request'
6666
runs-on: ubuntu-24.04
6767
steps:
68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
- name: Run build
7070
run: docker build . --file Dockerfile
7171
# Push image to GitHub Packages.
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-24.04
7777
if: github.event_name == 'push'
7878
steps:
79-
- uses: actions/checkout@v5
79+
- uses: actions/checkout@v6
8080
- name: Login to Docker Hub
8181
uses: docker/login-action@v3
8282
with:

0 commit comments

Comments
 (0)