File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 22
22
build-man :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- name : Checks that manual generation works
27
27
run : make build-man
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
23
23
- name : Build docs
24
24
run : make build-docs
Original file line number Diff line number Diff line change 45
45
release-env : alpine
46
46
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
- name : Run checks
50
50
run : |
51
51
SECRETS_RELEASE_ENV="${{ matrix.release-env }}" \
62
62
- deb
63
63
- rpm
64
64
steps :
65
- - uses : actions/checkout@v4
65
+ - uses : actions/checkout@v5
66
66
- name : Run dry run of the release process
67
67
run : |
68
68
SECRETS_RELEASE_TYPE="${{ matrix.release-type }}" \
Original file line number Diff line number Diff line change 23
23
# - deb
24
24
# - rpm
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- name : Run checks
28
28
run : SECRETS_RELEASE_TYPE="${{ matrix.release-type }}" make release
29
29
env :
33
33
# runs-on: ubuntu-latest
34
34
# needs: ['release-packages']
35
35
# steps:
36
- # - uses: actions/checkout@v4
36
+ # - uses: actions/checkout@v5
37
37
# - run: make changelog
38
38
# env:
39
39
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 22
22
lint :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- name : Shellcheck and Hadolint
27
27
run : make lint
28
28
41
41
- rocky
42
42
- ubuntu
43
43
steps :
44
- - uses : actions/checkout@v4
44
+ - uses : actions/checkout@v5
45
45
- name : Run checks
46
46
run : SECRETS_DOCKER_ENV="${{ matrix.docker-env }}" make docker-ci
47
47
52
52
matrix :
53
53
test-verbose : [0, 1]
54
54
steps :
55
- - uses : actions/checkout@v4
55
+ - uses : actions/checkout@v5
56
56
- name : Install deps
57
57
run : brew install gawk gnupg
58
58
- name : Run checks
61
61
freebsd-ci :
62
62
runs-on : ubuntu-latest
63
63
steps :
64
- - uses : actions/checkout@v4
64
+ - uses : actions/checkout@v5
65
65
- name : Run checks
66
66
id : test
67
67
uses : vmactions/freebsd-vm@v1
84
84
update : ' true'
85
85
additional-packages : gnupg make man git gawk file
86
86
- run : git config --global core.autocrlf input
87
- - uses : actions/checkout@v4
87
+ - uses : actions/checkout@v5
88
88
- shell : wsl-bash {0}
89
89
run : make test
You can’t perform that action at this time.
0 commit comments