Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit a87e46f

Browse files
committed
Update github actions
1 parent 4e11dab commit a87e46f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
echo "::set-output name=dir::$(composer config cache-files-dir)"
2424
- name: Cache composer cache directory
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
with:
2727
path: ${{ steps.composer-cache.outputs.dir }}
2828
key: ${{ runner.os }}-8.1-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/test-extension-compatibility.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050

5151
- name: Cache librdkafka ${{ matrix.librdkafka }} build
5252
id: librdkafka-build-cache
53-
uses: actions/cache@v3
54-
with:
53+
uses: actions/cache@v34
5554
path: ~/build-cache/librdkafka
5655
key: ${{ runner.os }}-librdkafka-${{ matrix.librdkafka }}
5756

@@ -80,7 +79,7 @@ jobs:
8079

8180
- name: Cache php-rdkafka ${{ matrix.rdkafka }} build
8281
id: php-rdkafka-build-cache
83-
uses: actions/cache@v3
82+
uses: actions/cache@v4
8483
with:
8584
path: ~/build-cache/php-rdkafka
8685
key: ${{ runner.os }}-php-rdkafka-${{ matrix.rdkafka }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Cache librdkafka ${{ matrix.librdkafka }} build
7979
id: librdkafka-build-cache
80-
uses: actions/cache@v3
80+
uses: actions/cache@v4
8181
with:
8282
path: ~/build-cache/librdkafka
8383
key: ${{ runner.os }}-librdkafka-${{ matrix.librdkafka }}

0 commit comments

Comments
 (0)