Browse Source

Bump actions/checkout from 2.3.5 to 2.4.0

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

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

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

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

@@ -19,7 +19,7 @@ jobs:
       matrix:
         python-verison: ['3.9']
     steps:
-    - uses: actions/checkout@v2.3.5
+    - uses: actions/checkout@v2.4.0
     - uses: actions/setup-python@v2.2.2
       with:
         python-version: ${{ matrix.python-version }}
@@ -41,7 +41,7 @@ jobs:
         - '3.10'
       fail-fast: false
     steps:
-    - uses: actions/checkout@v2.3.5
+    - uses: actions/checkout@v2.4.0
     - uses: actions/setup-python@v2.2.2
       with:
         python-version: ${{ matrix.python-version }}
@@ -71,7 +71,7 @@ jobs:
       matrix:
         python-verison: ['3.9']
     steps:
-    - uses: actions/checkout@v2.3.5
+    - uses: actions/checkout@v2.4.0
     - uses: actions/setup-python@v2.2.2
       with:
         python-version: ${{ matrix.python-version }}