We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dd360 commit 7d7998dCopy full SHA for 7d7998d
1 file changed
.github/workflows/test.yml
@@ -39,11 +39,11 @@ jobs:
39
RUN_PSALM: 'false'
40
41
steps:
42
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
43
44
- name: Cache Docker Image
45
id: docker-cache-image
46
- uses: actions/cache@v2
+ uses: actions/cache@v5
47
with:
48
path: /tmp/docker-cache-image.tar
49
key: docker-cache-image:${{ matrix.PHP_VERSION }}:${{ matrix.CODE_COVERAGE }}
0 commit comments