Skip to content

Commit fe4cc91

Browse files
committed
Update Composer dependencies
- Upgraded `aws/aws-sdk-php` to `3.373.1` - Updated various Filament packages to `v4.8.4` - Bumped `guzzlehttp/psr7` to `2.9.0` - Upgraded `laravel/framework` to `v12.54.1` - Incremented other dependencies and dev dependencies to their latest versions for compatibility and improvements.
1 parent e755c62 commit fe4cc91

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
#
1818

1919
name: Build and Deploy
20+
21+
env:
22+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
23+
2024
on:
2125
push:
2226
branches:
@@ -39,7 +43,7 @@ jobs:
3943
outputs:
4044
release-tag: ${{ steps.create_release.outputs.tag_name }}
4145
steps:
42-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4347
with:
4448
fetch-depth: 0 # Fetch all history for proper versioning
4549

@@ -151,7 +155,7 @@ jobs:
151155
environment: production
152156
if: "github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, '[skip deploy]') && !contains(github.event.head_commit.message, '[no deploy]')"
153157
steps:
154-
- uses: actions/checkout@v4
158+
- uses: actions/checkout@v5
155159
- name: Get Runner IP
156160
id: ip
157161
uses: haythem/public-ip@v1.3
@@ -250,7 +254,7 @@ jobs:
250254
# Skip deployment if commit message contains [skip deploy] or [no deploy]
251255
if: "github.ref == 'refs/heads/development' && !contains(github.event.head_commit.message, '[skip deploy]') && !contains(github.event.head_commit.message, '[no deploy]')"
252256
steps:
253-
- uses: actions/checkout@v4
257+
- uses: actions/checkout@v5
254258
- name: Get Runner IP
255259
id: ip
256260
uses: haythem/public-ip@v1.3

0 commit comments

Comments
 (0)