Skip to content

Commit d20d701

Browse files
Merge pull request #357 from tpvasconcelos/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents d09974c + ee8ce48 commit d20d701

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/check-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
timeout-minutes: 1
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626

2727
- name: Default MISSING_CHANGELOG_ENTRY to 1
2828
run: echo 'MISSING_CHANGELOG_ENTRY=1' >> "$GITHUB_ENV"

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
timeout-minutes: 6
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: ./.github/actions/setup-python
2727
with:
2828
python-version: "3.10"
@@ -68,7 +68,7 @@ jobs:
6868
DIFF_AGAINST: HEAD
6969
timeout-minutes: 8
7070
steps:
71-
- uses: actions/checkout@v5
71+
- uses: actions/checkout@v6
7272
with:
7373
# TODO: This can be very expensive for large repos. Is there a better way to do this?
7474
# Fetch all history and tags for setuptools_scm to work

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# actions: read
3030
# contents: read
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333

3434
- uses: github/codeql-action/init@v4
3535
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
timeout-minutes: 6
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
with:
3737
# TODO: This can be very expensive for large repos. Is there a better way to do this?
3838
# Fetch all history and tags for setuptools_scm to work
@@ -105,7 +105,7 @@ jobs:
105105
steps:
106106

107107
# Generate the release notes
108-
- uses: actions/checkout@v5
108+
- uses: actions/checkout@v6
109109
with:
110110
# TODO: This can be very expensive for large repos. Is there a better way to do this?
111111
# Fetch all history and tags for setuptools_scm to work

docs/reference/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Unreleased changes
2323
- Remove the JPEGs used for visual inspection in regression tests ({gh-pr}`364`)
2424
- Upgrade ruff's target Python version to 3.10 ({gh-pr}`363`)
2525
- Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ({gh-pr}`359`)
26+
- Bump actions/checkout from 5 to 6 ({gh-pr}`357`)
2627
- Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`)
2728
- Bump actions/upload-artifact from 4 to 5 ({gh-pr}`353`)
2829
- Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ({gh-pr}`352`)

0 commit comments

Comments
 (0)