Skip to content

Commit

Permalink
Remove deprecated set-out
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y committed Oct 31, 2024
1 parent 6a08c50 commit c8cb82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: extract-package-name
run: |
PACKAGE_NAME=$(grep "^name" Project.toml | sed 's/^name = "\(.*\)"$/\1/')
echo "::set-output name=package_name::$PACKAGE_NAME"
echo "package_name=$PACKAGE_NAME" >> $GITHUB_OUTPUT
- name: Build AirspeedVelocity
env:
JULIA_NUM_THREADS: 2
Expand Down

0 comments on commit c8cb82e

Please sign in to comment.