1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

chore: cleanup ci file

This commit is contained in:
德华 刘 2023-10-19 17:09:49 +00:00
parent 6141d02e16
commit 9f3561aaa3
2 changed files with 6 additions and 23 deletions

View file

@ -18,18 +18,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
# Fetch submodules
submodules: recursive
# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
# This is a separate action that sets up buildx runner
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
@ -76,9 +66,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
submodules: recursive
- name: Load Cache
uses: actions/cache@v3
@ -114,9 +101,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
submodules: recursive
- name: Load Cache
uses: actions/cache@v3

13
composer.lock generated
View file

@ -2283,23 +2283,22 @@
},
{
"name": "utopia-php/logger",
"version": "0.3.2",
"version": "0.3.1",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/logger.git",
"reference": "9151b7d16eab18d4c37c34643041cc0f33ca4a6c"
"reference": "de623f1ec1c672c795d113dd25c5bf212f7ef4fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/logger/zipball/9151b7d16eab18d4c37c34643041cc0f33ca4a6c",
"reference": "9151b7d16eab18d4c37c34643041cc0f33ca4a6c",
"url": "https://api.github.com/repos/utopia-php/logger/zipball/de623f1ec1c672c795d113dd25c5bf212f7ef4fc",
"reference": "de623f1ec1c672c795d113dd25c5bf212f7ef4fc",
"shasum": ""
},
"require": {
"php": ">=8.0"
},
"require-dev": {
"laravel/pint": "1.2.*",
"phpstan/phpstan": "1.9.x-dev",
"phpunit/phpunit": "^9.3",
"vimeo/psalm": "4.0.1"
@ -2331,9 +2330,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/logger/issues",
"source": "https://github.com/utopia-php/logger/tree/0.3.2"
"source": "https://github.com/utopia-php/logger/tree/0.3.1"
},
"time": "2023-10-16T08:16:19+00:00"
"time": "2023-02-10T15:52:50+00:00"
},
{
"name": "utopia-php/messaging",