We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5fd8ea commit 8c10bf1Copy full SHA for 8c10bf1
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v1
+ uses: actions/checkout@v5
14
15
- name: Setup PHP
16
uses: shivammathur/setup-php@v2
@@ -19,7 +19,7 @@ jobs:
19
tools: "cs2pr"
20
21
- name: "Cache dependencies installed with composer"
22
- uses: "actions/cache@v1"
+ uses: "actions/cache@v4"
23
with:
24
path: "~/.composer/cache"
25
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
0 commit comments