Update GitHub Actions to use version 5 of actions#98
Merged
Conversation
The line `<None Include=".github\workflows\macos-universal-dmg-perplexity.yml" />` was removed from the project file, indicating that this specific workflow file is no longer included in the project.
This commit updates the workflows in `build-and-release.yml`, `macos-bundle.yml`, and `macos-universal-dmg.yml` to replace version 4 of various actions (like `actions/checkout` and `actions/download-artifact`) with version 5. This ensures the workflows benefit from the latest features and improvements.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request updates GitHub Actions workflows to use version 5 of the actions/checkout and actions/download-artifact actions while streamlining the workflow structure by removing the entire macos-universal-dmg-perplexity.yml workflow file.
- Updates all GitHub Actions references from v4 to v5 for checkout and download-artifact actions
- Removes the
macos-universal-dmg-perplexity.ymlworkflow file entirely - Updates project file to remove reference to the deleted workflow
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| MermaidPad.csproj | Removes reference to deleted macos-universal-dmg-perplexity.yml workflow file |
| .github/workflows/macos-universal-dmg.yml | Updates actions to v5 versions |
| .github/workflows/macos-universal-dmg-perplexity.yml | Complete file deletion |
| .github/workflows/macos-bundle.yml | Updates actions to v5 versions including commented lines |
| .github/workflows/build-and-release.yml | Updates actions to v5 versions across multiple steps |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Classification
Update GitHub Actions workflows to improve versioning and streamline processes.
PR Summary
This pull request updates multiple GitHub Actions workflows to use version 5 of the
actions/checkoutandactions/download-artifactactions, enhancing consistency and functionality. It also removes therestrict-userandcreate-universal-dmgjobs from themacos-universal-dmg-perplexity.ymlfile, indicating a restructuring of the workflow.build-and-release.yml: Updated to useactions/checkout@v5andactions/download-artifact@v5.macos-bundle.yml: Updated to useactions/checkout@v5andactions/download-artifact@v5.macos-universal-dmg-perplexity.yml: Removedrestrict-userandcreate-universal-dmgjobs.macos-universal-dmg.yml: Updated to useactions/checkout@v5andactions/download-artifact@v5.MermaidPad.csproj: Removed reference tomacos-universal-dmg-perplexity.yml.