Skip to content

Commit 879ca48

Browse files
authored
Merge pull request #537 from mimmi20/updates
update workflows
2 parents 6ed9d50 + 175c2cc commit 879ca48

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ updates:
1010
directory: "/"
1111

1212
schedule:
13-
interval: "weekly"
14-
day: "saturday"
15-
time: "04:00"
13+
interval: "cron"
14+
cronjob: "0 4 6 * *"
1615
timezone: "Europe/Berlin"
1716

1817
cooldown:
@@ -44,9 +43,8 @@ updates:
4443
directory: "/"
4544

4645
schedule:
47-
interval: "weekly"
48-
day: "saturday"
49-
time: "04:00"
46+
interval: "cron"
47+
cronjob: "0 4 6 * *"
5048
timezone: "Europe/Berlin"
5149

5250
cooldown:

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
validate:
2020
name: "Validate Project"
2121

22-
uses: "mimmi20/ci/.github/workflows/validate.yml@master"
22+
uses: "mimmi20/ci/.github/workflows/validate.yml@8.4"
2323
with:
2424
extensions: "ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
2525
ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0"
@@ -37,7 +37,7 @@ jobs:
3737

3838
needs: "validate"
3939

40-
uses: "mimmi20/ci/.github/workflows/install.yml@master"
40+
uses: "mimmi20/ci/.github/workflows/install.yml@8.4"
4141
with:
4242
extensions: "ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
4343
ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0"
@@ -50,7 +50,7 @@ jobs:
5050

5151
needs: "install"
5252

53-
uses: "mimmi20/ci/.github/workflows/analytics.yml@master"
53+
uses: "mimmi20/ci/.github/workflows/analytics.yml@8.4"
5454
with:
5555
extensions: "ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
5656
ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0"
@@ -69,7 +69,7 @@ jobs:
6969

7070
needs: "analytics"
7171

72-
uses: "mimmi20/ci/.github/workflows/test.yml@master"
72+
uses: "mimmi20/ci/.github/workflows/test.yml@8.4"
7373
with:
7474
extensions: "ctype, dom, fileinfo, intl, simplexml, tokenizer, xml, xmlwriter"
7575
ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0"

.github/workflows/lint-workflow-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
actionlint:
13-
uses: "mimmi20/ci/.github/workflows/lint-actions.yml@8.3"
13+
uses: "mimmi20/ci/.github/workflows/lint-actions.yml@8.4"
1414
with:
1515
skip-nasm-install: false
1616
skip-libimagequant-install: false

0 commit comments

Comments
 (0)