mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-07-06 11:00:33 -05:00
Update actions/checkout action to v7
This commit is contained in:
parent
533d6f8cf6
commit
ec87b2d775
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
image: ubuntu:latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Install dependencies and SSH
|
||||
run: |
|
||||
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
run: exit 0 # Skip if not the selected environment
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Install dependencies and SSH
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue