Skip to content

Commit

Permalink
github: Replace deprecated "set-output" command
Browse files Browse the repository at this point in the history
  • Loading branch information
sschwarzmann authored and aewag committed Sep 1, 2024
1 parent 53c55f5 commit b291425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: msrv
run: echo "::set-output name=msrv::$(grep rust-version Cargo.toml | cut -d'"' -f2-2)"
run: echo "msrv::$(grep rust-version Cargo.toml | cut -d'"' -f2-2)" >> $GITHUB_OUTPUT

build:
needs: set-msrv
Expand Down

0 comments on commit b291425

Please sign in to comment.