Merge branch 'main' into use-canary
This commit is contained in:
commit
1abea4ccec
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
apt -y install nodejs git rsync openssh-client
|
apt -y install nodejs git rsync openssh-client
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Install Python packages
|
- name: Install Python packages
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
name: Ansible Lint
|
name: Ansible Lint
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
- name: Install pip
|
- name: Install pip
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue