We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9678e00 commit 84d7acfCopy full SHA for 84d7acf
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
git config --global core.eol lf
70
71
- name: Checkout code
72
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
73
74
- name: Setup PHP
75
uses: shivammathur/setup-php@v2
@@ -85,7 +85,7 @@ jobs:
85
run: echo "::set-output name=dir::$(composer config cache-dir)"
86
87
- name: Cache dependencies
88
- uses: actions/cache@v2
+ uses: actions/cache@v4
89
with:
90
path: ${{ steps.composer-cache.outputs.dir }}
91
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}
0 commit comments