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

fix: usage of a deprecated Node.js version in CI #26367

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hamirmahal
Copy link
Contributor

Fixes #26366

Problem

.github/workflows/container-images-cd.yml uses actions that use a deprecated Node.js version.

Changes

I updated .github/workflows/container-images-cd.yml so that it no longer uses actions that use a deprecated Node.js version.

Does this work well for both Cloud and self-hosted?

It doesn't have an impact.

How did you test this code?

I ran the updated workflow on a fork of this repository.

@@ -30,12 +30,12 @@ jobs:

steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the latest major version of this action at the time of this pull request's creation.

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.

.github/workflows/container-images-cd.yml uses actions that use a deprecated Node.js version
1 participant