Skip to content

Commit 2001db3

Browse files
JanTvrdikjanedbal
authored andcommitted
Update CI actions to latest versions and add manual dispatch
1 parent 057cf4b commit 2001db3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 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:

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: phpcs.xml lint
22
on:
3+
workflow_dispatch:
34
pull_request:
45
push:
56
branches:
@@ -12,7 +13,7 @@ jobs:
1213
steps:
1314
-
1415
name: Checkout code
15-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1617

1718
-
1819
name: Install dependencies

0 commit comments

Comments
 (0)