mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[PR #355] [MERGED] Addressing GitHub deprecation warnings in the CI workflow #496
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#496
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/355
Author: @swiesmann
Created: 10/27/2022
Status: ✅ Merged
Merged: 1/11/2023
Merged by: @Insprill
Base:
master← Head:master📝 Commits (5)
83dd375ci: update action 'checkout'2e72a56ci: update action 'upload-artifact'46b6374ci: update action 'download-artifact'b6b74d3CI: Update action 'Swatinem/rust-cache'f379a43CI: Replace deprecated ::set-output📊 Changes
1 file changed (+24 additions, -20 deletions)
View changed files
📝
.github/workflows/build.yml(+24 -20)📄 Description
This PR addresses some of the deprecation warnings in the CI workflow. By updating the actions in use and fixing one usage of the deprecated
::set-outputin the appimage job that I created I brought the deprecation warnings from roughly 30 down to 16 in the master branch.The remaining 16 deprecation warnings seem to stem from the different OS images that are in use and should automatically resolve when GitHub points them to newer releases (i.e.
ubuntu-latestcurrently points to ubuntu-20.04 and will pivot to ubuntu-22.04 in the near future as of https://github.blog/changelog/2022-08-09-github-actions-ubuntu-22-04-is-now-generally-available-on-github-hosted-runners/ ).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.