Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Apr 11, 2022
2 parents de93d49 + 292605f commit 347bfd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ updates:
- "nekofar"
# Include a list of updated dependencies
commit-message:
prefix: "chore"
prefix: "ci"
include: "scope"
# Specify labels for pull requests
labels:
Expand All @@ -37,7 +37,7 @@ updates:
- "nekofar"
# Include a list of updated dependencies
commit-message:
prefix: "chore"
prefix: "chore"
include: "scope"
# Specify labels for pull requests
labels:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3.0.0

- name: Setup PHP
uses: shivammathur/setup-php@2.17.1
uses: shivammathur/setup-php@2.18.1
with:
php-version: 7.3
tools: composer:v2
Expand All @@ -23,7 +23,7 @@ jobs:
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v2.1.7
- uses: actions/cache@v3.0.1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v3.0.0

- name: Setup PHP
uses: shivammathur/setup-php@2.17.1
uses: shivammathur/setup-php@2.18.1
with:
php-version: 7.3
tools: composer:v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3.0.0

- name: Setup PHP
uses: shivammathur/setup-php@2.17.1
uses: shivammathur/setup-php@2.18.1
with:
php-version: ${{ matrix.php }}
tools: composer:v2
Expand All @@ -28,7 +28,7 @@ jobs:
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v2.1.7
- uses: actions/cache@v3.0.1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 347bfd2

Please sign in to comment.