We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8323c commit 2ddb80bCopy full SHA for 2ddb80b
1 file changed
.github/workflows/unittests.yml
@@ -31,7 +31,7 @@ jobs:
31
ini-values: opcache.fast_shutdown=0
32
33
- name: "[1/5] Create composer project - Cache composer dependencies"
34
- uses: actions/cache@v1
+ uses: actions/cache@v4
35
with:
36
path: ~/.composer/cache
37
key: php-${{ matrix.php-version }}-flow-${{ matrix.flow-version }}-composer-${{ hashFiles('composer.json') }}
@@ -54,7 +54,7 @@ jobs:
54
working-directory: ${{ env.FLOW_DIST_FOLDER }}
55
56
- name: Checkout code
57
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
58
59
path: ${{ env.FLOW_DIST_FOLDER }}/DistributionPackages/Netlogix.Migrations
60
0 commit comments