Skip to content

Commit e9a4155

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
2222

2323
steps:
24-
- uses: "actions/checkout@v2"
24+
- uses: "actions/checkout@v3"
2525
- uses: "actions/setup-python@v2"
2626
with:
2727
python-version: "${{ matrix.python-version }}"
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: "ubuntu-latest"
6262

6363
steps:
64-
- uses: "actions/checkout@v2"
64+
- uses: "actions/checkout@v3"
6565
- uses: "actions/setup-python@v2"
6666
with:
6767
python-version: "3.8"
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: "${{ matrix.os }}"
8888

8989
steps:
90-
- uses: "actions/checkout@v2"
90+
- uses: "actions/checkout@v3"
9191
- uses: "actions/setup-python@v2"
9292
with:
9393
python-version: "3.8"

0 commit comments

Comments
 (0)