Skip to content

Commit d98df6b

Browse files
committed
ci: bump actions
1 parent 0210377 commit d98df6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codestyle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212

1313
- name: Check style
1414
uses: docker://oskarstark/php-cs-fixer-ga

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
# Fetch 10 commits or Scrutinizer will throw
3232
fetch-depth: 10
@@ -43,7 +43,7 @@ jobs:
4343
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4444

4545
- name: Cache composer dependencies
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
with:
4848
path: ${{ steps.composer-cache.outputs.dir }}
4949
key: php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-composer-${{ matrix.stability }}-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)