File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
FREEBSD_ID : freebsd15
25
25
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- name : Setup FreeBSD build VM
29
29
run : |
30
30
/usr/local/bin/VBoxManage controlvm ${{ matrix.FREEBSD_VERSION }} poweroff || true
Original file line number Diff line number Diff line change 5
5
check_phplint :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
- name : Lint on PHP 8.2
10
10
uses : firehed/lint-php-action@v1
11
11
with :
18
18
matrix :
19
19
python-version : [ "3.11" ]
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- name : Set up Python ${{ matrix.python-version }}
23
23
uses : actions/setup-python@v5
24
24
with :
Original file line number Diff line number Diff line change 20
20
pfsense_version : 2.8
21
21
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- name : Setup FreeBSD build VM
25
25
run : |
26
26
/usr/local/bin/VBoxManage controlvm ${{ matrix.freebsd_version }} poweroff || true
You can’t perform that action at this time.
0 commit comments