mirror of
https://github.com/valitydev/base-workflows.git
synced 2024-11-06 09:25:18 +00:00
Update actions/checkout action to v4
This commit is contained in:
parent
13a4c7f640
commit
2d0456f333
2
.github/workflows/auto-tag.yml
vendored
2
.github/workflows/auto-tag.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code
|
- name: ⤵️ Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
4
.github/workflows/basic-linters.yml
vendored
4
.github/workflows/basic-linters.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code
|
- name: ⤵️ Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 🔍 Find YAML
|
- name: 🔍 Find YAML
|
||||||
id: find-yaml
|
id: find-yaml
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code
|
- name: ⤵️ Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 🔍 Find Dockerfile
|
- name: 🔍 Find Dockerfile
|
||||||
id: find-dockerfile
|
id: find-dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user