Skip to content

Commit

Permalink
Address another deprecation in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Aug 28, 2023
1 parent 83a449b commit 443c0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- id: load
run: echo "::set-output name=strategy::$(echo $(cat strategy.json))"
run: echo "strategy=$(echo $(cat strategy.json))" >> $GITHUB_OUTPUT

canary:
needs: [setup]
Expand Down

0 comments on commit 443c0e7

Please sign in to comment.