Skip to content

Commit e4da523

Browse files
Bump actions/checkout from 4.2.2 to 4.3.0 (#1089)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v4.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acf9f94 commit e4da523

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4.2.2
14+
- uses: actions/checkout@v4.3.0
1515
- name: Set up Python
1616
uses: actions/setup-python@v5.6.0
1717
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4.2.2
17+
- uses: actions/checkout@v4.3.0
1818
- name: Set up Python 3.11
1919
uses: actions/setup-python@v5.6.0
2020
with:

0 commit comments

Comments
 (0)