mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-04-13 08:28:32 +00:00
chore: update actions/checkout to v6 in build and pre-release workflows
This commit is contained in:
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
echo "name=${TAG}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
ref: ${{ steps.tag.outputs.name }}
|
||||
fetch-depth: 0
|
||||
|
||||
2
.github/workflows/build_pre-release.yml
vendored
2
.github/workflows/build_pre-release.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
echo "name=${TAG}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
ref: ${{ steps.tag.outputs.name }}
|
||||
fetch-depth: 0
|
||||
|
||||
Reference in New Issue
Block a user