Skip to content

Conversation

@rmunn
Copy link
Collaborator

@rmunn rmunn commented May 27, 2024

Fixes #1819

Description

This updates outdated workflow versions to ones that use Node 20, silencing the warnings from GHA about workflows using Node 16. Also, the actions/checkout@v3 workflows are deprecated and must be moved to v4 by the end of 2024.

Finally, in the case of a couple of small third-party workflows, I switched to SHA references as recommended in GHA workflow best practices.

@github-actions
Copy link

github-actions bot commented May 27, 2024

Unit Test Results

362 tests   362 ✅  13s ⏱️
 37 suites    0 💤
  1 files      0 ❌

Results for commit d39d1a6.

♻️ This comment has been updated with latest results.

This updates outdated workflow versions to ones that use Node 20,
silencing the warnings from GHA about workflows using Node 16. Also,
the actions/checkout@v3 workflows are deprecated and must be moved to v4
by the end of 2024.

Finally, in the case of a couple of small third-party workflows, I
switched to SHA references as recommended in GHA workflow best practices.
@rmunn rmunn force-pushed the chore/update-gha-workflows branch from ab9fd1d to d39d1a6 Compare May 27, 2024 03:55
@rmunn rmunn added the engineering Tasks which do not directly relate to a user-facing feature or fix label May 27, 2024
@rmunn rmunn self-assigned this May 28, 2024
@rmunn rmunn merged commit 38ec044 into develop May 30, 2024
@rmunn rmunn deleted the chore/update-gha-workflows branch May 30, 2024 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

engineering Tasks which do not directly relate to a user-facing feature or fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update outdated GHA workflow versions

3 participants