Skip to content

Commit e782a3f

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 cbf80ed commit e782a3f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-22.04
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v6
10+
uses: actions/checkout@v7
1111

1212
- name: Set up Python 3.9
1313
uses: actions/setup-python@v6
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
# Checkout Repository
4646
- name: Checkout
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848

4949
# Install Tools
5050
- name: Install Tools

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
contents: read
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

1818
- uses: actions/setup-python@v6
1919
with:

0 commit comments

Comments
 (0)