Bump actions/checkout from 2 to 3 (#240)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 6 Apr 2022 09:39:18 +0000 (11:39 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 09:39:18 +0000 (11:39 +0200)
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](https://github.com/actions/checkout/compare/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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/pre-commit-updater.yml
.github/workflows/publish-to-pypi.yml

index 9d821936b40646d0d7fc0089e6c73be71dd5781d..0da59ae761e310beadedcc3323daee75b989e6ec 100644 (file)
@@ -6,7 +6,7 @@ jobs:
   auto-update:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Set up Python
         uses: actions/setup-python@v2
         with:
index 8fadfb1f255b1a320a9c879dcf2d8281585d289e..281f0711c05d4d6fc8ea347ffc185594ec6d141f 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Set up Python
       uses: actions/setup-python@v1
       with: