[General]: Update workflows (#1027)
This commit is contained in:
parent
aad6096ccd
commit
e1371a85a0
2
.github/workflows/draft-new-release.yml
vendored
2
.github/workflows/draft-new-release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
name: "Draft a new release"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3.5.2
|
||||
|
||||
- name: Normalize version
|
||||
id: normalize_version
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- name: Check out files
|
||||
if: github.event.pull_request.merged
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v3.5.2
|
||||
with:
|
||||
submodules: false
|
||||
lfs: false
|
||||
|
Loading…
Reference in New Issue
Block a user