mirror of https://github.com/kcal-app/kcal.git
Remove deprecated GH action function
This commit is contained in:
parent
4231b2746e
commit
8d9f07f931
|
@ -29,9 +29,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
stack-version: '7.14.1'
|
stack-version: '7.14.1'
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Get composer cache directory
|
- name: Get Composer cache directory
|
||||||
id: composer-cache
|
id: composer-cache
|
||||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue