Skip to content

Commit 7976a1d

Browse files
authored
Revert "Use dependabot (#73)" (#79)
This reverts commit 1a0a1df.
1 parent b604edf commit 7976a1d

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

examples/.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ name: Test
77
jobs:
88
phpstan:
99
name: PHPStan
10-
10+
1111
runs-on: ubuntu-latest
12-
12+
1313
steps:
1414
- name: "Checkout"
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v3
1616

1717
- name: PHPStan
1818
uses: docker://oskarstark/phpstan-ga

0 commit comments

Comments
 (0)