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

actions/checkout@v3 use node version that is going to be deprecated #199

Open
galbaneim-orca opened this issue Nov 13, 2024 · 0 comments
Open

Comments

@galbaneim-orca
Copy link
Contributor

# Checkout the branch you want Infracost to compare costs against, most commonly the target branch.
- name: Checkout base branch
  uses: actions/checkout@v3
  with:
    ref: '${{ github.event.pull_request.base.ref }}'

The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3

can you update the it to actions/checkout@v4

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

No branches or pull requests

1 participant