Update actions/checkout action to v6
This commit is contained in:
parent
e895c533bf
commit
02d6644617
1 changed files with 3 additions and 3 deletions
6
.github/workflows/validate.yml
vendored
6
.github/workflows/validate.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
name: Validate Docker Compose
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Create minimal .env for validation
|
||||
run: |
|
||||
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
name: Lint YAML
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Install yamllint
|
||||
run: pip install yamllint
|
||||
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
name: Check Docker Images Exist
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Extract and verify images
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue