Skip to content

Commit 6192395

Browse files
committed
ci: bump actions
1 parent cdf17c4 commit 6192395

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
with:
2020
ref: ${{ github.head_ref }}
2121

2222
- name: Fix PHP code style issues
23-
uses: aglipanci/laravel-pint-action@2.5
23+
uses: aglipanci/laravel-pint-action@2.6
2424

2525
- name: Commit changes
26-
uses: stefanzweifel/git-auto-commit-action@v5
26+
uses: stefanzweifel/git-auto-commit-action@v7
2727
with:
2828
commit_message: "style: fix styling"

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Checkout code
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v6
5757
with:
5858
# Fetch 10 commits or Scrutinizer will throw
5959
fetch-depth: 10
@@ -70,7 +70,7 @@ jobs:
7070
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
7171

7272
- name: Cache composer dependencies
73-
uses: actions/cache@v4
73+
uses: actions/cache@v5
7474
with:
7575
path: ${{ steps.composer-cache.outputs.dir }}
7676
key: php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-composer-${{ matrix.stability }}-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)