Skip to content

Commit dad243c

Browse files
chore: bump actions/checkout from 6 to 7 (#661)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b91dd4b commit dad243c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull-request.yaml

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

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
with:
1313
fetch-depth: 0
1414

@@ -52,7 +52,7 @@ jobs:
5252
id-token: write
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v6
55+
uses: actions/checkout@v7
5656
with:
5757
fetch-depth: 0
5858

0 commit comments

Comments
 (0)