diff --git a/action.yaml b/action.yaml index 62b0336..7b28acb 100644 --- a/action.yaml +++ b/action.yaml @@ -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