We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ccabe commit ed697a2Copy full SHA for ed697a2
2 files changed
.github/dependabot.yml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
.github/workflows/main.yml
@@ -4,7 +4,6 @@ on:
push:
paths-ignore:
- '**.md'
7
- pull_request:
8
schedule:
9
- cron: '30 0 * * *'
10
# │ │ │ │ │───────────── day of the week (0 - 6 or SUN-SAT)
@@ -63,7 +62,7 @@ jobs:
63
62
PHPTS: ${{ matrix.ts }}
64
65
- name: Checkout Code
66
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
67
with:
68
fetch-depth: 1
69
@@ -102,6 +101,3 @@ jobs:
102
101
Write-Output "::endgroup::"
103
104
exit $exitCode
105
-
106
107
0 commit comments