Skip to content

Commit

Permalink
chore: bump actions/setup-python (#8)
Browse files Browse the repository at this point in the history
Addressing the GHA message: 
```
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
```
  • Loading branch information
gurucomkz authored Feb 5, 2024
1 parent a7837d4 commit 1cc485c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
run: echo "::add-mask::${{ inputs.token }}"

- name: Setup Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
if: ${{ inputs.setup-python == 'true' }}
with:
python-version: '3.x'
Expand Down Expand Up @@ -77,4 +77,4 @@ runs:
- name: Validate the CLI is installed
if: ${{ inputs.token != '' }}
run: linode-cli --version
shell: bash
shell: bash

0 comments on commit 1cc485c

Please sign in to comment.