Skip to content

Commit 815b73d

Browse files
committed
Upgrade frontend dependencies
1 parent e1f56cd commit 815b73d

File tree

5 files changed

+914
-547
lines changed

5 files changed

+914
-547
lines changed

.github/workflows/duster-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
with:
1515
ref: ${{ github.event.pull_request.head.ref }}
1616
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)