Skip to content

Commit d039056

Browse files
authored
Update CI actions to latest versions and add manual dispatch (#29)
* Update CI actions to latest versions and add manual dispatch * Update actions/checkout to v6
1 parent 53c9179 commit d039056

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Checks
22
on:
3+
workflow_dispatch:
34
pull_request:
45
push:
56
branches:
@@ -13,7 +14,7 @@ jobs:
1314
steps:
1415
-
1516
name: Checkout code
16-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1718
-
1819
name: Setup PHP
1920
uses: shivammathur/setup-php@v2
@@ -38,7 +39,7 @@ jobs:
3839
steps:
3940
-
4041
name: Checkout code
41-
uses: actions/checkout@v4
42+
uses: actions/checkout@v6
4243
-
4344
name: Setup PHP
4445
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)