Skip to content

Commit f6f9e61

Browse files
Bump actions/checkout from 1 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v3) --- 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 c8806a4 commit f6f9e61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python: ["3.7","3.8","3.10","3.11", "pypy-3.7"]
1515

1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v3
1818
- name: Set up Python
1919
uses: actions/setup-python@v2
2020
with:
@@ -33,7 +33,7 @@ jobs:
3333
needs: tests
3434

3535
steps:
36-
- uses: actions/checkout@v1
36+
- uses: actions/checkout@v3
3737
- name: Set up Python
3838
uses: actions/setup-python@v2
3939
with:

0 commit comments

Comments
 (0)