Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test] GitHub actions update test #2456

Closed
wants to merge 3 commits into from
Closed

Conversation

zorgiepoo
Copy link
Member

(Insert summary of your pull request here)

Fixes # (issue)

Misc Checklist

  • My change requires a documentation update on Sparkle's website repository
  • My change requires changes to generate_appcast, generate_keys, or sign_update

Testing

I tested and verified my change by using one or multiple of these methods:

  • Sparkle Test App
  • Unit Tests
  • My own app
  • Other (please specify)

(Describe all the cases that were tested)

macOS version tested: [place version here]

This removes the warning about the deprecated `node12` runtime used by existing actions.
The v2 action uses `node16` runtime
Workflow will use the `GITHUB_TOKEN` with `pull-requests: write` permission instead of PAT
@zorgiepoo zorgiepoo changed the title GitHub actions update test [Test] GitHub actions update test Oct 16, 2023
@github-actions
Copy link

/Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserInitiatedUpdateDriver.m:121:26: warning: 'dismissUserInitiatedUpdateCheck' is deprecated: Transition to new UI appropriately when a new update is shown, when no update is found, or when an update error occurs. [-Wdeprecated-declarations] [_userDriver dismissUserInitiatedUpdateCheck]; ^ In file included from /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserInitiatedUpdateDriver.m:11: /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserDriver.h:286:41: note: 'dismissUserInitiatedUpdateCheck' has been explicitly marked deprecated here - (void)dismissUserInitiatedUpdateCheck __deprecated_msg("Transition to new UI appropriately when a new update is shown, when no update is found, or when an update error occurs."); ^ In module 'Foundation' imported from /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserInitiatedUpdateDriver.h:9: In module 'CoreFoundation' imported from /Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In module 'Darwin' imported from /Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:14: /Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 1 warning generated. /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserInitiatedUpdateDriver.m:121:26: warning: 'dismissUserInitiatedUpdateCheck' is deprecated: Transition to new UI appropriately when a new update is shown, when no update is found, or when an update error occurs. [-Wdeprecated-declarations] [_userDriver dismissUserInitiatedUpdateCheck]; ^ In file included from /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserInitiatedUpdateDriver.m:11: /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserDriver.h:286:41: note: 'dismissUserInitiatedUpdateCheck' has been explicitly marked deprecated here - (void)dismissUserInitiatedUpdateCheck __deprecated_msg("Transition to new UI appropriately when a new update is shown, when no update is found, or when an update error occurs."); ^ In module 'Foundation' imported from /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserInitiatedUpdateDriver.h:9: In module 'CoreFoundation' imported from /Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In module 'Darwin' imported from /Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:14: /Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 1 warning generated. note: Run script build phase 'Strip Framework' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Sparkle' from project 'Sparkle') note: Run script build phase 'Run Script: Set Git Version Info' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Sparkle' from project 'Sparkle') note: Run script build phase 'Run Script: Link Tools' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Sparkle' from project 'Sparkle')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants