File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2525 FREEBSD_ID : freebsd15
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - name : Setup FreeBSD build VM
3030 run : |
3131 /usr/local/bin/VBoxManage controlvm ${{ matrix.FREEBSD_VERSION }} poweroff || true
5858 - PFSENSE_VERSION : pfSense-2.8.0-RELEASE
5959 FREEBSD_ID : freebsd15
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262 - uses : actions/download-artifact@v4
6363 with :
6464 name : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
@@ -106,7 +106,7 @@ jobs:
106106 - PFSENSE_VERSION : pfSense-2.8.0-RELEASE
107107 FREEBSD_ID : freebsd15
108108 steps :
109- - uses : actions/checkout@v4
109+ - uses : actions/checkout@v5
110110 - uses : actions/download-artifact@v4
111111 with :
112112 name : openapi-${{ matrix.PFSENSE_VERSION }}.json
@@ -134,7 +134,7 @@ jobs:
134134 FREEBSD_ID : freebsd15
135135
136136 steps :
137- - uses : actions/checkout@v4
137+ - uses : actions/checkout@v5
138138
139139 - uses : actions/download-artifact@v4
140140 with :
Original file line number Diff line number Diff line change 55 check_prettier :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - uses : actions/setup-node@v4
1010 with :
1111 node-version : 20
1717 check_black :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : psf/black@stable
2222
2323 lint_php :
2727 matrix :
2828 PHP_VERSION : ["8.2"]
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - name : " Setup PHP ${{ matrix.PHP_VERSION }}"
3232 uses : shivammathur/setup-php@v2
3333 with :
4646 matrix :
4747 PYTHON_VERSION : ["3.9", "3.10", "3.11"]
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - name : Set up Python ${{ matrix.PYTHON_VERSION }}
5151 uses : actions/setup-python@v5
5252 with :
6262 runs-on : ubuntu-latest
6363 needs : ["lint_php"]
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v5
6666 - name : Check phpdoc build
6767 run : |
6868 wget https://phpdoc.org/phpDocumentor.phar -O phpdoc
Original file line number Diff line number Diff line change 3232 PFSENSE_VERSION : " 24.11"
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636
3737 - name : Setup FreeBSD build VM
3838 run : |
6666 runs-on : self-hosted
6767 needs : [release_pkg]
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v5
7070
7171 - uses : actions/download-artifact@v4
7272 with :
@@ -123,7 +123,7 @@ jobs:
123123 name : github-pages
124124 url : ${{ steps.deployment.outputs.page_url }}
125125 steps :
126- - uses : actions/checkout@v4
126+ - uses : actions/checkout@v5
127127
128128 - name : Setup Pages
129129 uses : actions/configure-pages@v5.0.0
You can’t perform that action at this time.
0 commit comments