Skip to content

Commit f4940b9

Browse files
committed
chore: update mage and action versions
1 parent 8d19d26 commit f4940b9

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
php-version: ["8.2", "8.3", "8.4", "8.5"]
2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030
- name: Use php ${{ matrix.php-version }}
3131
uses: shivammathur/setup-php@v2
3232
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: ${{ runner.os }}-php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.lock') }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ TCPDF_FONT_PKGDIR=./vendor/tecnickcom/tc-lib-pdf-font
5151
TCPDF_FONT_SENTINEL=$(TCPDF_FONT_PKGDIR)/target/fonts/core/helvetica.json
5252

5353
# Mago version
54-
MAGOVERSION=1.40.2
54+
MAGOVERSION=1.43.0
5555

5656
# --- MAKE TARGETS ---
5757

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.2
1+
7.0.3

mago.src.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://mago.carthage.software/1.40.2/schema.json
1+
#:schema https://mago.carthage.software/1.43.0/schema.json
22
version = "1"
33
php-version = "8.2.0"
44

mago.test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://mago.carthage.software/1.40.2/schema.json
1+
#:schema https://mago.carthage.software/1.43.0/schema.json
22
version = "1"
33
php-version = "8.2.0"
44

tcpdf.php

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

33
//============================================================+
44
// File name : tcpdf.php
5-
// Version : 7.0.2
5+
// Version : 7.0.3
66
// Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com
77
// License : GNU-LGPL v3 (https://www.gnu.org/copyleft/lesser.html)
88
// Copyright (C): 2002-2026 Nicola Asuni - Tecnick.com LTD
@@ -15,7 +15,7 @@
1515
* See: https://tcpdf.org
1616
* @package com.tecnick.tcpdf
1717
* @author Nicola Asuni
18-
* @version 7.0.2
18+
* @version 7.0.3
1919
*/
2020

2121
// TCPDF configuration

0 commit comments

Comments
 (0)