Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dirx committed Jan 28, 2024
1 parent 4e11dab commit a87e46f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache composer cache directory
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-8.1-composer-${{ hashFiles('**/composer.json') }}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-extension-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:

- name: Cache librdkafka ${{ matrix.librdkafka }} build
id: librdkafka-build-cache
uses: actions/cache@v3
with:
uses: actions/cache@v34
path: ~/build-cache/librdkafka
key: ${{ runner.os }}-librdkafka-${{ matrix.librdkafka }}

Expand Down Expand Up @@ -80,7 +79,7 @@ jobs:

- name: Cache php-rdkafka ${{ matrix.rdkafka }} build
id: php-rdkafka-build-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/build-cache/php-rdkafka
key: ${{ runner.os }}-php-rdkafka-${{ matrix.rdkafka }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Cache librdkafka ${{ matrix.librdkafka }} build
id: librdkafka-build-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/build-cache/librdkafka
key: ${{ runner.os }}-librdkafka-${{ matrix.librdkafka }}
Expand Down

0 comments on commit a87e46f

Please sign in to comment.