mirror of
https://github.com/anchore/syft.git
synced 2026-02-14 19:46:42 +01:00
chore: use checkout v3 with new depth (#1471)
This commit is contained in:
parent
07aee798b0
commit
03971ace43
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -97,7 +97,9 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Bootstrap environment
|
- name: Bootstrap environment
|
||||||
uses: ./.github/actions/bootstrap
|
uses: ./.github/actions/bootstrap
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user