Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
live627 committed Nov 14, 2022
1 parent 4762d0c commit 4ce995a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin_wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
# This prevents all the forks from attempting to run the interface...
if: env.CROWDIN_API_TOKEN != null
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: crowdin-action
# This prevents all the forks from attempting to run the interface...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin_wf_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout
# This prevents all the forks from attempting to run the interface...
if: env.CROWDIN_API_TOKEN != null
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: crowdin-action
# This prevents all the forks from attempting to run the interface...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v4
- uses: actions/github-script@v6
with:
script: |
const labels = [
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ on:
push:
branches:
- release-2.1
pull_request:
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

name: PHP ${{ matrix.php }} Syntax Check
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand All @@ -55,7 +55,7 @@ jobs:

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Expand Down
21 changes: 11 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ce995a

Please sign in to comment.