Browse Source

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

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

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

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

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

@@ -19,7 +19,7 @@ jobs:
       matrix:
       matrix:
         python-verison: ['3.9']
         python-verison: ['3.9']
     steps:
     steps:
-    - uses: actions/checkout@v2.3.4
+    - uses: actions/checkout@v2.3.5
     - uses: actions/setup-python@v2.2.2
     - uses: actions/setup-python@v2.2.2
       with:
       with:
         python-version: ${{ matrix.python-version }}
         python-version: ${{ matrix.python-version }}
@@ -79,7 +79,7 @@ jobs:
           pandas-version: 0.25.* # no wheel available
           pandas-version: 0.25.* # no wheel available
       fail-fast: false
       fail-fast: false
     steps:
     steps:
-    - uses: actions/checkout@v2.3.4
+    - uses: actions/checkout@v2.3.5
     - uses: actions/setup-python@v2.2.2
     - uses: actions/setup-python@v2.2.2
       with:
       with:
         python-version: ${{ matrix.python-version }}
         python-version: ${{ matrix.python-version }}