Skip to content

Commit 0a84765

Browse files
dependabot[bot]willkg
authored andcommitted
Bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f57b445 commit 0a84765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
name: Python ${{ matrix.python-version}}
2222
steps:
23-
- uses: actions/checkout@v4.1.7
23+
- uses: actions/checkout@v4.2.0
2424

2525
- name: Set up Python
2626
uses: actions/setup-python@v5.2.0

0 commit comments

Comments
 (0)