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

GitHub Actions versions are bumped to pre-release versions #2718

Closed
nihalgonsalves opened this issue Nov 4, 2020 · 4 comments
Closed

GitHub Actions versions are bumped to pre-release versions #2718

nihalgonsalves opened this issue Nov 4, 2020 · 4 comments
Labels
F: noise related to Dependabot being noisy, or initiatives to make Dependabot quieter T: bug 🐞 Something isn't working

Comments

@nihalgonsalves
Copy link

Dependabot seems to bump some GitHub Actions to their pre-release versions, notably setup-node.

Package manager/ecosystem

github_actions

Manifest contents prior to update

Workflow file

Relevant YAML:

- name: Use Node.js 14.x
  uses: actions/setup-node@v1
  with:
    node-version: '14.x'

Updated dependency

Bumps actions/setup-node from v1 to v2.1.2.

nihalgonsalves/node-typescript-eslint-template#181

What you expected to see, versus what you actually saw

  • Expected: v1.4.4, the latest release here
  • Actual: v2.1.2 (beta), the pre-release here

Images of the diff or a link to the PR, issue or logs

Other info

Additionally, the addition of the version numbers (other than the major version) is a bit unexpected, since GitHub's own docs always use @v1 / @v2 / etc - thus staying on an automatic update of minor/patch versions. This would be my preferred behaviour too. Here's an issue that reports it: #2304

@nihalgonsalves nihalgonsalves added the T: bug 🐞 Something isn't working label Nov 4, 2020
@peaceiris
Copy link

This is a duplicate of #2303 and #2304

@henryiii
Copy link

As a workaround, I've been using

ignore:
  # Official actions have moving tags like v1
  # that are used, so they don't need updates here
  - dependency-name: "actions/*"

but for some reason that seems to be ignoring jwlawson/actions-setup-cmake@v1.3.

@TheRealWaldo
Copy link

@peaceiris I do not see #2304 as being a duplicate; it's more of a feature request for a different way to manage dependencies, where this is more of a bug.

@peaceiris
Copy link

Yes, this is a duplicate of #2303

@feelepxyz feelepxyz added the F: noise related to Dependabot being noisy, or initiatives to make Dependabot quieter label Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F: noise related to Dependabot being noisy, or initiatives to make Dependabot quieter T: bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants