Skip to content

Commit 19aabe7

Browse files
committed
Actualize used github action versions. Do not use specific version for cache action
1 parent 35f7186 commit 19aabe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# Cancel previous runs of the same branch
2424
- name: cancel
25-
uses: styfle/cancel-workflow-action@0.9.1
25+
uses: styfle/cancel-workflow-action@0.10.0
2626
with:
2727
access_token: ${{ github.token }}
2828

@@ -41,7 +41,7 @@ jobs:
4141
echo "::set-output name=dir::$(composer config cache-files-dir)"
4242
4343
- name: composer-cache
44-
uses: actions/cache@v2.1.6
44+
uses: actions/cache@v2
4545
with:
4646
path: ${{ steps.composercache.outputs.dir }}
4747
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -59,7 +59,7 @@ jobs:
5959
run: vendor/bin/phpunit
6060

6161
- name: phpstan-cache
62-
uses: actions/cache@v2.1.6
62+
uses: actions/cache@v2
6363
with:
6464
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
6565
path: .phpstan-cache

0 commit comments

Comments
 (0)