mirror of
https://github.com/valitydev/base-workflows.git
synced 2024-11-06 01:15:23 +00:00
Update actions/checkout action to v3 (#12)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Pavel Popov <tolkonepiu@users.noreply.github.com>
This commit is contained in:
parent
8a8e3c5787
commit
13a4c7f640
2
.github/workflows/auto-tag.yml
vendored
2
.github/workflows/auto-tag.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: ⤵️ Check out code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
2
.github/workflows/basic-linters.yml
vendored
2
.github/workflows/basic-linters.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: ⤵️ Check out code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: 🔍 Find YAML
|
||||
id: find-yaml
|
||||
|
Loading…
Reference in New Issue
Block a user