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

Update Actions version #453

Open
newwingbird opened this issue Oct 12, 2024 · 1 comment
Open

Update Actions version #453

newwingbird opened this issue Oct 12, 2024 · 1 comment

Comments

@newwingbird
Copy link

Proposal

I have found the actions of the older version.
If this issue is accepted, I will research and update it for items other than those listed below.

  • Checkout's latest is v4
  • Setup-Python's latest is v5
  • Cache's latest is v4

steps:
#----------------------------------------------
# check-out repo and set-up python
#----------------------------------------------
- name: Check out repository
uses: actions/checkout@v2
- name: Set up python ${{ matrix.python-version }}
id: setup-python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
#----------------------------------------------

Next Action

If there is no reason why you are using an older version, I would be happy to help you.

@kravets-levko
Copy link
Collaborator

Hi @newwingbird! We're using these versions because they work, and GitHub doesn't complain 🤷‍♂️ We usually do upgrade actions when older wersions become unsupported. But if you want to help with upgrade right now - you're welcome 👍

This was referenced Oct 12, 2024
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

2 participants