Browse Source

build(deps): bump actions/checkout from 1 to 2.3.4

Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 2.3.4.
- [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/v1...v2.3.4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 years ago
parent
commit
53a4933b0b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/python.yml

+ 2 - 2
.github/workflows/python.yml

@@ -20,7 +20,7 @@ jobs:
         python-version:
         - 3.8
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2.3.4
     - uses: actions/setup-python@v2.2.2
       with:
         python-version: ${{ matrix.python-version }}
@@ -47,7 +47,7 @@ jobs:
         - 3.9
       fail-fast: false
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2.3.4
     - uses: actions/setup-python@v2.2.2
       with:
         python-version: ${{ matrix.python-version }}