Skip to content

Commit

Permalink
Fix deprecation message in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Tepper committed Mar 13, 2024
1 parent eb5a046 commit 211b85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "name=dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
Expand Down

0 comments on commit 211b85a

Please sign in to comment.