Skip to content

Commit 33a4be2

Browse files
dependabot[bot]Diapolo10
authored andcommitted
Build(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e71492d commit 33a4be2

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929

3030
- name: Checkout repository
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232

3333
- name: Initialize CodeQL
3434
uses: github/codeql-action/init@v4

.github/workflows/github_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525

2626
- name: Checkout repository
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 0 # Fetch all history for versioning
3030
fetch-tags: true # Fetch tags for versioning
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858

5959
- name: Checkout repository
60-
uses: actions/checkout@v6
60+
uses: actions/checkout@v7
6161

6262
- name: Download Artifacts
6363
uses: actions/download-artifact@v8

.github/workflows/pypi_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: Checkout repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0 # Fetch all history for versioning
2020
fetch-tags: true # Fetch tags for versioning

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: Checkout repository
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626

2727
- name: Install uv
2828
uses: astral-sh/setup-uv@v7

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444

4545
- name: Checkout repository
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747

4848
- name: Install uv
4949
uses: astral-sh/setup-uv@v7
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181

8282
- name: Checkout repository
83-
uses: actions/checkout@v6
83+
uses: actions/checkout@v7
8484
with:
8585
fetch-depth: 0 # Fetch all history for versioning
8686
fetch-tags: true # Fetch tags for versioning

0 commit comments

Comments
 (0)