Skip to content

Commit 733841a

Browse files
build(deps): Bump actions/checkout from 6.0.3 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb48fe4 commit 733841a

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@v6.0.3
19+
uses: actions/checkout@v7.0.0
2020
- name: 🏗 Set up Poetry
2121
run: pipx install poetry
2222
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: ⤵️ Check out code from GitHub
44-
uses: actions/checkout@v6.0.3
44+
uses: actions/checkout@v7.0.0
4545
- name: 🏗 Set up Poetry
4646
run: pipx install poetry
4747
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: ⤵️ Check out code from GitHub
91-
uses: actions/checkout@v6.0.3
91+
uses: actions/checkout@v7.0.0
9292
- name: 🏗 Set up Poetry
9393
run: pipx install poetry
9494
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121
steps:
2222
- name: ⤵️ Check out code from GitHub
23-
uses: actions/checkout@v6.0.3
23+
uses: actions/checkout@v7.0.0
2424
- name: 🏗 Set up Poetry
2525
run: pipx install poetry
2626
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
steps:
2020
- name: ⤵️ Check out code from GitHub
21-
uses: actions/checkout@v6.0.3
21+
uses: actions/checkout@v7.0.0
2222
- name: 🚀 Run Label Syncer
2323
uses: micnncim/action-label-syncer@v1.3.0
2424
env:

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python: ["3.12", "3.13", "3.14"]
2020
steps:
2121
- name: ⤵️ Check out code from GitHub
22-
uses: actions/checkout@v6.0.3
22+
uses: actions/checkout@v7.0.0
2323
- name: 🏗 Set up Poetry
2424
run: pipx install poetry
2525
- name: 🏗 Set up Python ${{ matrix.python }}
@@ -47,7 +47,7 @@ jobs:
4747
needs: pytest
4848
steps:
4949
- name: ⤵️ Check out code from GitHub
50-
uses: actions/checkout@v6.0.3
50+
uses: actions/checkout@v7.0.0
5151
with:
5252
fetch-depth: 0
5353
- name: ⬇️ Download coverage data

.github/workflows/typing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@v6.0.3
19+
uses: actions/checkout@v7.0.0
2020
- name: 🏗 Set up Poetry
2121
run: pipx install poetry
2222
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

0 commit comments

Comments
 (0)