Skip to content

Commit

Permalink
Merge pull request #15 from iurygregory/add-upgrade
Browse files Browse the repository at this point in the history
Ensure Upgrade in action
  • Loading branch information
EmilienM authored Oct 12, 2023
2 parents 40c7737 + ca59ea7 commit 2980f82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ inputs:
runs:
using: "composite"
steps:
- name: Run update and upgrade
run: sudo apt update && sudo apt -y upgrade
shell: bash
- name: Install python pip
run: python -m pip install --upgrade pip
shell: bash
Expand Down

0 comments on commit 2980f82

Please sign in to comment.