Skip to content

Update Actions version  #453

@newwingbird

Description

@newwingbird

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions