Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#758)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and pre-commit-ci[bot] committed May 16, 2022
1 parent 23feb3b commit caa82d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]

steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
with:
python-version: "${{ matrix.python-version }}"
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
with:
python-version: "3.8"
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: "${{ matrix.os }}"

steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
with:
python-version: "3.8"
Expand Down

0 comments on commit caa82d9

Please sign in to comment.