Skip to content

Commit

Permalink
HPCC4J-674 Removed deprecated feature from GithubAction
Browse files Browse the repository at this point in the history
- Removed the set-output action from our github actions

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu committed Jan 7, 2025
1 parent 6abcb06 commit cdd019b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/baremetal-regression-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ jobs:
latestVersionURL = 'https://cdn.hpccsystems.com/releases/CE-Candidate-' + latestVersionStr \
+ '/bin/platform/hpccsystems-platform-community_' + latestVersionStr + '-1jammy_amd64_withsymbols.deb'
print(f"::set-output name=previousVersion::{previousVersionStr}")
print(f"::set-output name=previousVersionURL::{previousVersionURL}")
print(f"::set-output name=latestVersion::{latestVersionStr}")
print(f"::set-output name=latestVersionURL::{latestVersionURL}")
echo "previousVersion=$previousVersionStr" >> $GITHUB_ENV
echo "previousVersionURL=$previousVersionURL" >> $GITHUB_ENV
echo "latestVersion=$latestVersionStr" >> $GITHUB_ENV
echo "latestVersionURL=$latestVersionURL" >> $GITHUB_ENV
- name: Install latest version
run: |
Expand Down

0 comments on commit cdd019b

Please sign in to comment.