Skip to content

Commit 6273da6

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#77)
* chore(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(changelog): automatic update to add dependabot deps bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a69c9d commit 6273da6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/changelog_verifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
verify-changelog:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: dangoslen/changelog-enforcer@v3
1414
with:
1515
skipLabels: "autocut, skip-changelog"

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
python-version: ["3.10", "3.11", "3.12"]
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: extractions/setup-just@v3
1616

1717
- name: Set up Python
@@ -24,7 +24,7 @@ jobs:
2424
lint:
2525
runs-on: ubuntu-20.04
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- uses: extractions/setup-just@v3
2929

3030
- name: Set up Python

.github/workflows/dependabot_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.actor == 'dependabot[bot]' }}
1515
steps:
1616
- name: Check out code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Update the changelog
2020
uses: dangoslen/dependabot-changelog-helper@v4

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: lychee Link Checker
1414
id: lychee
1515
uses: lycheeverse/lychee-action@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Set up Python
1313
uses: actions/setup-python@v6
1414
with:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1818
- Bump `extractions/setup-just` from 1 to 3 ([#12](https://github.com/MechanicalFlower/python-template/pull/12), [#58](https://github.com/MechanicalFlower/python-template/pull/58))
1919
- Bump `lycheeverse/lychee-action` from 1 to 2 ([#40](https://github.com/MechanicalFlower/python-template/pull/40))
2020
- Bump `dangoslen/dependabot-changelog-helper` from 3 to 4 ([#57](https://github.com/MechanicalFlower/python-template/pull/57))
21-
- Bump `actions/checkout` from 4 to 5 ([#66](https://github.com/MechanicalFlower/python-template/pull/66))
21+
- Bump `actions/checkout` from 4 to 6 ([#66](https://github.com/MechanicalFlower/python-template/pull/66), [#77](https://github.com/MechanicalFlower/python-template/pull/77))
2222
- Bump `amannn/action-semantic-pull-request` from 5 to 6 ([#67](https://github.com/MechanicalFlower/python-template/pull/67))

0 commit comments

Comments
 (0)