Skip to content

Commit 0b1b9a5

Browse files
Merge branch 'master' into es-authentication
2 parents 9b408e0 + 2fdd4fe commit 0b1b9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ES_BASE_URI: http://127.0.0.1:9200
2828

2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0 # This is needed for Roave BC check
3333

@@ -57,7 +57,7 @@ jobs:
5757
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
5858

5959
- name: Cache Composer
60-
uses: actions/cache@v2
60+
uses: actions/cache@v4
6161
with:
6262
path: ${{ steps.composer-cache.outputs.dir }}
6363
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json **/composer.lock') }}

0 commit comments

Comments
 (0)