Skip to content

Commit 9fdca0b

Browse files
dependabot[bot]hakandilek
authored andcommitted
chore(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 972feeb commit 9fdca0b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
- name: Install Poetry
1717
run: |
1818
pipx install poetry
@@ -48,7 +48,7 @@ jobs:
4848
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
- name: Install Poetry
5353
run: |
5454
pipx install poetry
@@ -81,7 +81,7 @@ jobs:
8181
- tests
8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@v6
84+
uses: actions/checkout@v7
8585

8686
- name: Download coverage artifact
8787
uses: actions/download-artifact@v8
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ubuntu-latest
106106
steps:
107107
- name: Checkout
108-
uses: actions/checkout@v6
108+
uses: actions/checkout@v7
109109
- name: Install Poetry
110110
run: |
111111
pipx install poetry

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: call-build-and-test-workflow
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
- name: Install Poetry
2828
run: |
2929
pipx install poetry

0 commit comments

Comments
 (0)