Skip to content

Commit 655a550

Browse files
Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...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 7c50170 commit 655a550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: [3.7, 3.8, 3.9]
1818
steps:
19-
- uses: actions/checkout@v2.4.0
19+
- uses: actions/checkout@v3
2020
- name: Setup Python
2121
uses: actions/setup-python@v3
2222
with:
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
python-version: [3.8, 3.9]
5151
steps:
52-
- uses: actions/checkout@v2.4.0
52+
- uses: actions/checkout@v3
5353
- name: Setup Python
5454
uses: actions/setup-python@v3
5555
with:

0 commit comments

Comments
 (0)