mirror of
https://github.com/HDInnovations/UNIT3D.git
synced 2026-01-31 01:35:31 +01:00
update: workflow action versions
This commit is contained in:
4
.github/workflows/compile-assets-test.yml
vendored
4
.github/workflows/compile-assets-test.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup PHP 8.4
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
env:
|
||||
REDIS_CONFIGURE_OPTS: --enable-redis
|
||||
- name: Configure Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
- name: Install Composer Dependencies
|
||||
|
||||
4
.github/workflows/file-permissions.yml
vendored
4
.github/workflows/file-permissions.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set file permissions
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Set folder permissions
|
||||
run: sudo find ${{ github.workspace }} -type d -exec chmod 775 {} \;
|
||||
- name: Commit Changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
commit_message: "automation: set git file permissions"
|
||||
commit_user_name: unit3d-bot
|
||||
|
||||
2
.github/workflows/larastan.yml
vendored
2
.github/workflows/larastan.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
--health-retries 5
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup PHP 8.4
|
||||
|
||||
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup PHP 8.4
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Run Pint
|
||||
run: ./vendor/bin/pint -v
|
||||
- name: Commit Changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
commit_message: "automation: laravel pint ci"
|
||||
commit_user_name: unit3d-bot
|
||||
|
||||
2
.github/workflows/mdbook.yml
vendored
2
.github/workflows/mdbook.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
contents: write # To push a branch
|
||||
pull-requests: write # To create a PR from that branch
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install latest mdbook
|
||||
|
||||
4
.github/workflows/phpunit-test.yml
vendored
4
.github/workflows/phpunit-test.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
--health-retries 5
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup PHP 8.4
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
- name: Prepare The Laravel Environment
|
||||
run: cp .env.example .env
|
||||
- name: Configure Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
- name: Install Composer Dependencies
|
||||
|
||||
6
.github/workflows/prettier-blade.yml
vendored
6
.github/workflows/prettier-blade.yml
vendored
@@ -10,11 +10,11 @@ jobs:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Configure Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
- name: Install JS Dependencies
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Run Prettier
|
||||
run: bunx prettier -w *
|
||||
- name: Commit Changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
commit_message: "automation: prettier blade ci"
|
||||
commit_user_name: unit3d-bot
|
||||
|
||||
4
.github/workflows/schema-dump.yml
vendored
4
.github/workflows/schema-dump.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
--health-retries 5
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup PHP 8.4
|
||||
@@ -88,7 +88,7 @@ jobs:
|
||||
rm database/schema/mysql-schema-new.sql
|
||||
- name: Commit Schema Changes
|
||||
if: steps.diff.outputs.has_changes == 'true'
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
commit_message: "automation: update schema dump"
|
||||
commit_user_name: unit3d-bot
|
||||
|
||||
Reference in New Issue
Block a user