We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40c7737 + ca59ea7 commit 2980f82Copy full SHA for 2980f82
1 file changed
action.yaml
@@ -22,6 +22,9 @@ inputs:
22
runs:
23
using: "composite"
24
steps:
25
+ - name: Run update and upgrade
26
+ run: sudo apt update && sudo apt -y upgrade
27
+ shell: bash
28
- name: Install python pip
29
run: python -m pip install --upgrade pip
30
shell: bash
0 commit comments