-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump action versions and resolve depreciation warnings (#30)
* chore: bump action versions and resolve depreciation warnings * chore: remove old workflow * fix: change release action and resolve bad reference * chore: use new action for getting app token
- Loading branch information
1 parent
51607c7
commit d821a6d
Showing
5 changed files
with
13 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,10 +89,7 @@ jobs: | |
|
||
- name: Get latest release tag | ||
id: latest-release | ||
uses: fangqiuming/[email protected] | ||
with: | ||
repository: ${{ github.repository }} | ||
token: ${{ github.token }} | ||
uses: Lukacs5/[email protected] | ||
if: ${{ github.event_name == 'schedule' }} | ||
|
||
# base release is the release without any security patch suffix | ||
|
@@ -101,7 +98,7 @@ jobs: | |
- name: Get base release tag | ||
id: base-release | ||
run: | | ||
echo "base-release=$(echo '${{ steps.latest-release.outputs.tag_name }}' | sed -r 's/(-[0-9]{8})$//')" >> $GITHUB_OUTPUT | ||
echo "base-release=$(echo '${{ steps.latest-release.outputs.latest-release }}' | sed -r 's/(-[0-9]{8})$//')" >> $GITHUB_OUTPUT | ||
- name: print release tag | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters