File tree Expand file tree Collapse file tree 13 files changed +22
-22
lines changed
Expand file tree Collapse file tree 13 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 88 steps :
99 # Important: This sets up your GITHUB_WORKSPACE environment variable
1010 - name : checkout PR
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212
1313 - name : ansible check with alpine:latest
1414 uses : roles-ansible/check-ansible-alpine-latest-action@master
Original file line number Diff line number Diff line change 66 centos-6 :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010
1111 # Workaround missing support for end_host in old ansible
1212 - run : " sed -i -e 's/meta: end_host/assert:\\ n that: __sshd_os_supported|bool/' tasks/install.yml"
3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : checkout PR
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040
4141 - run : " sed -i -e 's/ansible.posix.//g' */*.yml */*/*.yml"
4242
5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : checkout PR
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555
5656 - name : ansible check with centos 8
5757 uses : roles-ansible/check-ansible-centos-centos8-action@master
6565 runs-on : ubuntu-latest
6666 steps :
6767 - name : checkout PR
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969
7070 - name : ansible check with centos 9
7171 uses : roles-ansible/check-ansible-centos-centos9-action@main
7979 runs-on : ubuntu-latest
8080 steps :
8181 - name : checkout PR
82- uses : actions/checkout@v4
82+ uses : actions/checkout@v5
8383
8484 - name : ansible check with centos 10
8585 uses : roles-ansible/check-ansible-centos-centos10-action@main
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : checkout PR
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111
1212 - name : ansible check with debian trixie (13)
1313 uses : domrim/check-ansible-debian-trixie-action@v1
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : checkout PR
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : ansible check with debian bookworm (12)
2727 uses : roles-ansible/check-ansible-debian-bookworm-action@v1
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : checkout PR
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 - name : ansible check with debian bullseye (11)
4141 uses : roles-ansible/check-ansible-debian-bullseye-action@main
Original file line number Diff line number Diff line change 88 steps :
99 # Important: This sets up your GITHUB_WORKSPACE environment variable
1010 - name : checkout PR
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212
1313 - name : ansible check with fedora:latest
1414 uses : roles-ansible/check-ansible-fedora-latest-action@master
Original file line number Diff line number Diff line change 1919 sudo apt update
2020 sudo apt install -y git
2121 - name : checkout PR
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 - name : Install tox, tox-lsr
2424 run : |
2525 set -euxo pipefail
Original file line number Diff line number Diff line change 88 steps :
99 # Important: This sets up your GITHUB_WORKSPACE environment variable
1010 - name : checkout PR
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212
1313 - name : ansible check with ubuntu:latest
1414 uses : roles-ansible/check-ansible-ubuntu-latest-action@master
2323 steps :
2424 # Important: This sets up your GITHUB_WORKSPACE environment variable
2525 - name : checkout PR
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727
2828 - name : ansible check with ubuntu:20 (focal)
2929 uses : roles-ansible/check-ansible-ubuntu-focal-action@master
Original file line number Diff line number Diff line change 2525 sudo apt install -y git
2626
2727 - name : Check out code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131 - name : Ensure the docs branch
@@ -48,12 +48,12 @@ jobs:
4848 fi
4949
5050 - name : Checkout the docs branch
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252 with :
5353 ref : docs
5454
5555 - name : Fetch README.md and .pandoc_template.html5 template from the workflow branch
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v5
5757 with :
5858 sparse-checkout : |
5959 README.md
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : checkout PR
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Get tag and message from the latest CHANGELOG.md commit
1919 id : tag
2020 run : |
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : codespell-project/actions-codespell@master
Original file line number Diff line number Diff line change 2525 sudo apt install -y git
2626
2727 - name : Check out code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 # CHANGELOG.md is generated automatically from PR titles and descriptions
3131 # It might have issues but they are not critical
You can’t perform that action at this time.
0 commit comments