diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 594d159..22ae97c 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # Whether to checkout submodules: `true` to checkout submodules or `recursive` to # recursively checkout submodules. @@ -52,7 +52,7 @@ jobs: os: [ macos-latest, windows-latest, ubuntu-latest ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # Whether to checkout submodules: `true` to checkout submodules or `recursive` to # recursively checkout submodules. @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # Whether to checkout submodules: `true` to checkout submodules or `recursive` to # recursively checkout submodules.