Skip to content

Commit 86683af

Browse files
authoredJul 8, 2024
Merge pull request #126 from Lomkit/fix/github-action-depreciation
♻️ github action depreciation
2 parents af0ba2d + 15c5ded commit 86683af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/packagist-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
packages: write
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: mnavarrocarter/packagist-update@v1.0.0
1818
with:
1919
username: "GautierDele"

‎.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949

5050
- name: Setup PHP
5151
uses: shivammathur/setup-php@v2
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Cache Composer packages
6060
id: composer-cache
61-
uses: actions/cache@v3
61+
uses: actions/cache@v4
6262
with:
6363
path: vendor
6464
key: ${{ runner.os }}-php-${{ matrix.php-version }}-laravel-${{ matrix.laravel-version }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)