Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 2a51fff

Browse files
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b88c51 commit 2a51fff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Clone Repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v4
1818
with:
@@ -42,7 +42,7 @@ jobs:
4242
contents: write # needed for dependabot to write to repo
4343
steps:
4444
- name: Clone Repository
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
with:
4747
ref: ${{ github.ref }}
4848
fetch-depth: 0

.github/workflows/manual_pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Clone Repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Set up Python '3.10'
2020
uses: actions/setup-python@v4
2121
with:

0 commit comments

Comments
 (0)