summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-11-22 13:12:16 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-11-22 13:12:34 +0000
commitdbcae54a22e83d56de58be60a0683201ce8b2d4c (patch)
tree2a34d43fa272ec0ab9f1b757681555f3986d14aa /.github
parent00c8ee7ae4172fea11352f78fd4a76d23a369ab7 (diff)
downloadwebtrees-dbcae54a22e83d56de58be60a0683201ce8b2d4c.tar.gz
webtrees-dbcae54a22e83d56de58be60a0683201ce8b2d4c.tar.bz2
webtrees-dbcae54a22e83d56de58be60a0683201ce8b2d4c.zip
Bump version of actions/checkout in CI scripts
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpcs.yaml2
-rw-r--r--.github/workflows/phpstan.yaml2
-rw-r--r--.github/workflows/phpunit.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpcs.yaml b/.github/workflows/phpcs.yaml
index 51404cd101..8f18839062 100644
--- a/.github/workflows/phpcs.yaml
+++ b/.github/workflows/phpcs.yaml
@@ -20,7 +20,7 @@ jobs:
php-version: ${{ matrix.php-version }}
ini-file: 'development'
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- run: composer validate
diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml
index db3e7ded58..789a57af24 100644
--- a/.github/workflows/phpstan.yaml
+++ b/.github/workflows/phpstan.yaml
@@ -20,7 +20,7 @@ jobs:
php-version: ${{ matrix.php-version }}
ini-file: 'development'
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- run: composer validate
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml
index 3199aeec99..70bcd3d7c8 100644
--- a/.github/workflows/phpunit.yaml
+++ b/.github/workflows/phpunit.yaml
@@ -22,7 +22,7 @@ jobs:
extensions: gd,intl,mbstring,sqlite,zip
coverage: pcov
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- run: composer validate