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@v5
28+ - uses : actions/checkout@v6
2929 - name : Setup FreeBSD build VM
3030 run : |
3131 /usr/local/bin/VBoxManage controlvm ${{ matrix.FREEBSD_VERSION }} poweroff || true
6060 - PFSENSE_VERSION : pfSense-2.8.1-RELEASE
6161 FREEBSD_ID : freebsd15
6262 steps :
63- - uses : actions/checkout@v5
63+ - uses : actions/checkout@v6
6464 - uses : actions/download-artifact@v6
6565 with :
6666 name : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
@@ -110,7 +110,7 @@ jobs:
110110 - PFSENSE_VERSION : pfSense-2.8.1-RELEASE
111111 FREEBSD_ID : freebsd15
112112 steps :
113- - uses : actions/checkout@v5
113+ - uses : actions/checkout@v6
114114 - uses : actions/download-artifact@v6
115115 with :
116116 name : openapi-${{ matrix.PFSENSE_VERSION }}.json
@@ -140,7 +140,7 @@ jobs:
140140 FREEBSD_ID : freebsd15
141141
142142 steps :
143- - uses : actions/checkout@v5
143+ - uses : actions/checkout@v6
144144
145145 - uses : actions/download-artifact@v6
146146 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@v5
8+ - uses : actions/checkout@v6
99 - uses : actions/setup-node@v6
1010 with :
1111 node-version : 20
1717 check_black :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : psf/black@stable
2222
2323 lint_php :
2727 matrix :
2828 PHP_VERSION : ["8.2"]
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - name : " Setup PHP ${{ matrix.PHP_VERSION }}"
3232 uses : shivammathur/setup-php@v2
3333 with :
4646 matrix :
4747 PYTHON_VERSION : ["3.10", "3.11"]
4848 steps :
49- - uses : actions/checkout@v5
49+ - uses : actions/checkout@v6
5050 - name : Set up Python ${{ matrix.PYTHON_VERSION }}
5151 uses : actions/setup-python@v6
5252 with :
6262 runs-on : ubuntu-latest
6363 needs : ["lint_php"]
6464 steps :
65- - uses : actions/checkout@v5
65+ - uses : actions/checkout@v6
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 3838 PFSENSE_VERSION : " 25.07.1"
3939
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242
4343 - name : Setup FreeBSD build VM
4444 run : |
7272 runs-on : self-hosted
7373 needs : [release_pkg]
7474 steps :
75- - uses : actions/checkout@v5
75+ - uses : actions/checkout@v6
7676
7777 - uses : actions/download-artifact@v6
7878 with :
@@ -129,7 +129,7 @@ jobs:
129129 name : github-pages
130130 url : ${{ steps.deployment.outputs.page_url }}
131131 steps :
132- - uses : actions/checkout@v5
132+ - uses : actions/checkout@v6
133133
134134 - name : Setup Pages
135135 uses : actions/configure-pages@v5.0.0
You can’t perform that action at this time.
0 commit comments