Skip to content

Commit

Permalink
Fix GitHub Actions deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Dec 6, 2022
1 parent 243db94 commit de3a1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Get Composer's cache directory
id: composer-cache-path
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache Composer dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit de3a1f8

Please sign in to comment.