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

Update dependabot actions to current versions + have dependabot suggest future updates #442

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

paulschreiber
Copy link

Why

All of the GitHub actions used were out of date. This produced warnings during builds, and may eventually fail.

Example: https://github.com/expo/eas-build/actions/runs/10742071508

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/Show less
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

How

I edited the YAML files.

Test Plan

Run the GitHub actions and confirm them still work.

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.55%. Comparing base (456f48a) to head (100b321).
Report is 41 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #442      +/-   ##
==========================================
+ Coverage   88.40%   88.55%   +0.15%     
==========================================
  Files          23       25       +2     
  Lines        1112     1187      +75     
  Branches      233      260      +27     
==========================================
+ Hits          983     1051      +68     
- Misses        129      136       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@szdziedzic szdziedzic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

Copy link
Member

szdziedzic commented Sep 23, 2024

Merge activity

  • Sep 23, 6:28 AM EDT: @szdziedzic started a stack merge that includes this pull request via Graphite.
  • Sep 23, 6:28 AM EDT: Graphite couldn't merge this PR because it failed for an unknown reason (Stack merges are not currently supported for forked repositories. Please create a branch in the target repository in order to merge).

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