Skip to content

Commit 9dc2112

Browse files
committed
ci: bump actions
1 parent f2ac0f4 commit 9dc2112

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/lint-and-analyse.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
lint-php:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- name: Use php 7.2
1414
uses: shivammathur/setup-php@v2
1515
with:
1616
php-version: 7.2
1717
- name: Validate composer.json and composer.lock
1818
run: composer validate
1919
- name: Cache module
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: ~/.composer/cache/
2323
key: composer-cache
@@ -29,13 +29,13 @@ jobs:
2929
analyse-php:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
- name: Use php 7.2
3434
uses: shivammathur/setup-php@v2
3535
with:
3636
php-version: 7.2
3737
- name: Cache module
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ~/.composer/cache/
4141
key: composer-cache

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
include:
2020
- { php-version: 'nightly', composer-options: '--ignore-platform-req=php', experimental: true, os: ubuntu-latest }
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- name: Use php ${{ matrix.php-version }}
2424
uses: shivammathur/setup-php@v2
2525
with:
2626
php-version: ${{ matrix.php-version }}
2727
coverage: pcov
2828
- name: Cache module
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: ~/.composer/cache/
3232
key: composer-cache

0 commit comments

Comments
 (0)