Skip to content

Commit 609a61e

Browse files
build(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 0b1d580 commit 609a61e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: '⏳ Checkout repository'
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: '🐍 Set up Python ${{ matrix.python-version }}'
2727
uses: actions/setup-python@v6

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id-token: write
2626
steps:
2727
- name: '⏳ Checkout repository'
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: '🐍 Set up Python 3'
3131
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)