mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Update github actions to latest version
This commit is contained in:
parent
c06bf46609
commit
6848664143
3 changed files with 5 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
DB_PASSWORD: lighthouse
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Start MySQL
|
||||
if: ${{ matrix.os.database }}
|
||||
|
|
4
.github/workflows/crowdin-pull.yml
vendored
4
.github/workflows/crowdin-pull.yml
vendored
|
@ -11,10 +11,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: crowdin-action
|
||||
uses: crowdin/github-action@1.4.11
|
||||
uses: crowdin/github-action@1.4.14
|
||||
with:
|
||||
upload_translations: false
|
||||
download_translations: true
|
||||
|
|
4
.github/workflows/crowdin-push.yml
vendored
4
.github/workflows/crowdin-push.yml
vendored
|
@ -11,10 +11,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: crowdin-action
|
||||
uses: crowdin/github-action@1.4.11
|
||||
uses: crowdin/github-action@1.4.14
|
||||
with:
|
||||
upload_translations: true
|
||||
download_translations: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue