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 2fd832f commit dc033fdCopy full SHA for dc033fd
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
git config --global core.eol lf
43
44
- name: Checkout code
45
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
46
47
- name: Setup PHP
48
uses: shivammathur/setup-php@v2
@@ -54,7 +54,7 @@ jobs:
54
run: echo "::set-output name=dir::$(composer config cache-dir)"
55
56
- name: Cache dependencies
57
- uses: actions/cache@v2
+ uses: actions/cache@v4
58
with:
59
path: ${{ steps.composer-cache.outputs.dir }}
60
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}
0 commit comments