[ENG-10764]ci: bump github actions versions#11689
[ENG-10764]ci: bump github actions versions#11689adlius merged 1 commit intoCenterForOpenScience:feature/pbs-26-6from
Conversation
|
Thank you so much for opening this pull request! I've created a Jira ticket for this, so we can track this internally within our team. We have also pointed it to our latest bugs and improvement branch, so this should be released with the latest batch of fixes. |
|
Excellent. |
|
Warnings are gone. https://github.com/CenterForOpenScience/osf.io/actions/runs/24176431817 But this PR now got 5 commits due to your merge. Maybe rebase? |
|
Good to see the warnings are gone! Yes, we are updating the base branch ( |
adlius
left a comment
There was a problem hiding this comment.
Thank you for the PR. LGTM!
8c5c641
into
CenterForOpenScience:feature/pbs-26-6
| @@ -17,9 +17,9 @@ jobs: | |||
| build-cache: | |||
| runs-on: ubuntu-22.04 | |||
There was a problem hiding this comment.
@adlius: Should this be bumped to ubuntu-24.04 as well? I can open a second PR for this. Or this a reason to stick with 22.04? This month there will be a 26.04, so one day GitHub will retire 22.04 anyway.
Ticket
ENG-10764
Purpose
Some of the used GitHub Actions were outdated, leading to a couple of warnings in the CI, e.g. "Node.js 20 actions are deprecated."
See: Annotations under https://github.com/CenterForOpenScience/osf.io/actions/runs/24152027529
Changes
This PR bumps the GitHub Actions to the recent versions.
Side Effects
QE Notes
CE Notes
Documentation