Skip to content

Commit 37def78

Browse files
committed
chore: update dependencies
1 parent cc422a4 commit 37def78

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
os: [ubuntu-latest]
2929
coverage-extension: [pcov]
3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
- name: Use php ${{ matrix.php-version }}
3333
uses: shivammathur/setup-php@v2
3434
with:
@@ -41,7 +41,7 @@ jobs:
4141
- name: List php modules using "no php ini" mode
4242
run: php -m -n
4343
- name: Cache module
44-
uses: actions/cache@v5
44+
uses: actions/cache@v6
4545
with:
4646
path: ~/.composer/cache/
4747
key: composer-cache
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run all tests
5353
run: make qa
5454
- name: Send coverage
55-
uses: codecov/codecov-action@v6
55+
uses: codecov/codecov-action@v7
5656
with:
5757
flags: php-${{ matrix.php-version }}-${{ matrix.os }}
5858
name: php-${{ matrix.php-version }}-${{ matrix.os }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ COMPOSER=$(PHP) -d "apc.enable_cli=0" $(shell which composer)
9090
PHPDOC=$(shell which phpDocumentor)
9191

9292
# Mago version
93-
MAGOVERSION=1.40.2
93+
MAGOVERSION=1.42.0
9494

9595
# --- MAKE TARGETS ---
9696

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.1
1+
2.6.2

0 commit comments

Comments
 (0)