Skip to content

Commit

Permalink
Remove deprecated GH action function
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Dec 5, 2023
1 parent 4231b27 commit 8d9f07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
with:
stack-version: '7.14.1'
- uses: actions/checkout@v4
- name: Get composer cache directory
- name: Get Composer cache directory
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
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 8d9f07f

Please sign in to comment.