Skip to content

Commit

Permalink
- Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blumilkbot committed Jun 28, 2024
1 parent e2d7ddd commit 7afc97c
Show file tree
Hide file tree
Showing 10 changed files with 483 additions and 406 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-beta-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo "BRANCH_NAME=$GITHUB_REF_NAME" >> $GITHUB_ENV

- name: checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
ref: ${{ env.BRANCH_NAME }}
Expand All @@ -41,7 +41,7 @@ jobs:
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: login to GitHub Container Registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ env.DOCKER_REGISTRY_USER_NAME }}
Expand All @@ -59,7 +59,7 @@ jobs:
context: workflow

- name: build and push image
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
with:
context: .
file: ./environment/prod/app/Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
DOCKER_REGISTRY_REPO_NAME: toby
steps:
- name: checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: set deployment project version
run: echo "DEPLOYMENT_PROJECT_VERSION=$(bash ./environment/prod/deployment/scripts/version.sh --long)" >> $GITHUB_ENV
Expand All @@ -30,7 +30,7 @@ jobs:
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: login to GitHub Container Registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ env.DOCKER_REGISTRY_USER_NAME }}
Expand All @@ -50,7 +50,7 @@ jobs:
context: workflow

- name: build and push image
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
with:
context: .
file: ./environment/prod/app/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Cache dependencies
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-and-lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Validate composer.json and composer.lock
run: composer validate
Expand All @@ -47,7 +47,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-dependencies

- name: Setup PHP
uses: shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # 2.30.4
uses: shivammathur/setup-php@2e947f1f6932d141d076ca441d0e1e881775e95b # 2.31.0
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql, intl, gd
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"keywords": ["toby", "laravel", "hr"],
"license": "MIT",
"require": {
"php": "^8.3.7",
"php": "^8.3.8",
"ext-pdo": "*",
"ext-redis": "*",
"azuyalabs/yasumi": "^2.7",
"barryvdh/laravel-dompdf": "^2.2.0",
"fakerphp/faker": "^1.23.1",
"guzzlehttp/guzzle": "^7.8.1",
"inertiajs/inertia-laravel": "^1.2.0",
"inertiajs/inertia-laravel": "^1.3.0",
"laragear/cache-query": "^4.0",
"laravel/framework": "^11.7.0",
"laravel/framework": "^11.11.1",
"laravel/sanctum": "^4.0.2",
"laravel/socialite": "^5.14.0",
"laravel/telescope": "^5.0.5",
"laravel/socialite": "^5.15.0",
"laravel/telescope": "^5.1.0",
"laravel/tinker": "^2.9",
"maatwebsite/excel": "^3.1.55",
"phpoffice/phpword": "1.1",
"sentry/sentry-laravel": "^4.5.1",
"sentry/sentry-laravel": "^4.6.1",
"spatie/laravel-google-calendar": "3.8",
"spatie/laravel-model-states": "^2.7.1",
"spatie/laravel-permission": "^6.7.0",
"spatie/laravel-permission": "^6.9.0",
"spatie/laravel-slack-slash-command": "1.12"
},
"require-dev": {
Expand All @@ -33,8 +33,8 @@
"laravel/dusk": "^8.2.0",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.1.1",
"phpunit/phpunit": "^11.1.3",
"spatie/laravel-ignition": "^2.7.0"
"phpunit/phpunit": "^11.2.5",
"spatie/laravel-ignition": "^2.8.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 7afc97c

Please sign in to comment.