Skip to content

Commit f0e8e91

Browse files
dependabot[bot]feanil
authored andcommitted
build(deps): bump actions/checkout from 1 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edfce06 commit f0e8e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

2222
steps:
23-
- uses: actions/checkout@v1
23+
- uses: actions/checkout@v4
2424
- name: setup python
2525
uses: actions/setup-python@v2
2626
with:

0 commit comments

Comments
 (0)