mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-01-07 07:05:50 +01:00
chore(deps): update actions/checkout action to v5
This commit is contained in:
2
.github/workflows/deploy1.yml
vendored
2
.github/workflows/deploy1.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
outputs:
|
||||
skip: "${{ steps.check_recursive.outputs.skip || 'false' }}" # Default to false if not set
|
||||
steps:
|
||||
- uses: "actions/checkout@v4"
|
||||
- uses: "actions/checkout@v5"
|
||||
with: # Ensure we are not in a detached HEAD state
|
||||
ref: "master"
|
||||
token: "${{ secrets.GH_PAT }}"
|
||||
|
||||
Reference in New Issue
Block a user