Skip to content

Commit c5fb5b9

Browse files
committed
revert actions to master
1 parent d8d9bcb commit c5fb5b9

File tree

9 files changed

+9
-10
lines changed

9 files changed

+9
-10
lines changed

.github/workflows/composer-require-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222

2323
jobs:
2424
composer-require-checker:
25-
uses: yiisoft/actions/.github/workflows/composer-require-checker.yml@fix-branch-name
25+
uses: yiisoft/actions/.github/workflows/composer-require-checker.yml@master
2626
with:
2727
php: >-
2828
['8.1', '8.2', '8.3', '8.4']

.github/workflows/db-mssql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: composer self-update
7777

7878
- name: Install db and db-mssql.
79-
uses: yiisoft/actions/install-packages@fix-branch-name
79+
uses: yiisoft/actions/install-packages@master
8080
with:
8181
packages: >-
8282
['db', 'db-mssql']

.github/workflows/db-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: composer self-update
6969

7070
- name: Install db and db-mysql.
71-
uses: yiisoft/actions/install-packages@fix-branch-name
71+
uses: yiisoft/actions/install-packages@master
7272
with:
7373
packages: >-
7474
['db', 'db-mysql']

.github/workflows/db-oracle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: composer self-update
7575

7676
- name: Install db and db-oracle.
77-
uses: yiisoft/actions/install-packages@fix-branch-name
77+
uses: yiisoft/actions/install-packages@master
7878
with:
7979
packages: >-
8080
['db', 'db-oracle']

.github/workflows/db-pgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: composer self-update
6969

7070
- name: Install db and db-pgsql.
71-
uses: yiisoft/actions/install-packages@fix-branch-name
71+
uses: yiisoft/actions/install-packages@master
7272
with:
7373
packages: >-
7474
['db', 'db-pgsql']

.github/workflows/db-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: composer self-update
6262

6363
- name: Install db and db-sqlite.
64-
uses: yiisoft/actions/install-packages@fix-branch-name
64+
uses: yiisoft/actions/install-packages@master
6565
with:
6666
packages: >-
6767
['db', 'db-sqlite']

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: composer self-update
6363

6464
- name: Install db and db-pgsql.
65-
uses: yiisoft/actions/install-packages@fix-branch-name
65+
uses: yiisoft/actions/install-packages@master
6666
with:
6767
packages: >-
6868
['db', 'db-pgsql']

.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
rector:
17-
uses: yiisoft/actions/.github/workflows/rector.yml@fix-branch-name
17+
uses: yiisoft/actions/.github/workflows/rector.yml@master
1818
with:
1919
php: >-
2020
['8.4']

.github/workflows/static.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ concurrency:
2222

2323
jobs:
2424
psalm:
25-
uses: yiisoft/actions/.github/workflows/psalm.yml@fix-branch-name
25+
uses: yiisoft/actions/.github/workflows/psalm.yml@master
2626
with:
2727
php: >-
2828
['8.1', '8.2', '8.3', '8.4']
2929
required-packages: >-
3030
['db']
31-

0 commit comments

Comments
 (0)