mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-07-09 12:11:33 -05:00
Merge branch 'renovate/actions-checkout-7.x' into 'main'
Update actions/checkout action to v7 See merge request durfy/runbooks/ansible!4
This commit is contained in:
commit
2563d6e158
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