Skip to content

Commit b039e46

Browse files
Merge pull request #55 from pfrest/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 3a27fa3 + 0650a8a commit b039e46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
FREEBSD_ID: freebsd15
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- name: Setup FreeBSD build VM
2929
run: |
3030
/usr/local/bin/VBoxManage controlvm ${{ matrix.FREEBSD_VERSION }} poweroff || true

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
check_phplint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- name: Lint on PHP 8.2
1010
uses: firehed/lint-php-action@v1
1111
with:
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
python-version: [ "3.11" ]
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v5
2424
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pfsense_version: 2.8
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Setup FreeBSD build VM
2525
run: |
2626
/usr/local/bin/VBoxManage controlvm ${{ matrix.freebsd_version }} poweroff || true

0 commit comments

Comments
 (0)