Skip to content

Commit

Permalink
Fix deprecated "::set-cache" gh actions command
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Feb 18, 2024
1 parent 14880d9 commit 71d8cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ini-values: "memory_limit=-1"
- 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: Restore Composer Cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 71d8cda

Please sign in to comment.