Skip to content

Commit 169bf48

Browse files
authored
Update CI actions to latest versions and add manual dispatch (#8)
* Update CI actions to latest versions and add manual dispatch * Update actions/checkout to v6
1 parent 6d43b67 commit 169bf48

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
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "master"
77
- "v[0-9]"
8+
workflow_dispatch:
89
jobs:
910
checks:
1011
runs-on: ubuntu-latest
@@ -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
@@ -37,7 +38,7 @@ jobs:
3738
steps:
3839
-
3940
name: Checkout code
40-
uses: actions/checkout@v4
41+
uses: actions/checkout@v6
4142
-
4243
name: Setup PHP
4344
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)