Merge pull request #1568 from openmv/dependabot/github_actions/actions/checkout-3

build(deps): bump actions/checkout from 2 to 3.
This commit is contained in:
Ibrahim Abdelkader 2022-03-03 17:21:51 +02:00 committed by GitHub
commit b39a6204ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
fail-fast: false
steps:
- name: '⏳ Checkout repository'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: false
@ -65,7 +65,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps:
- name: '⏳ Checkout repository'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: false
@ -108,7 +108,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') == false
steps:
- name: '⏳ Checkout repository'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: false