Skip to content

Commit 2980f82

Browse files
authored
Merge pull request #15 from iurygregory/add-upgrade
Ensure Upgrade in action
2 parents 40c7737 + ca59ea7 commit 2980f82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ inputs:
2222
runs:
2323
using: "composite"
2424
steps:
25+
- name: Run update and upgrade
26+
run: sudo apt update && sudo apt -y upgrade
27+
shell: bash
2528
- name: Install python pip
2629
run: python -m pip install --upgrade pip
2730
shell: bash

0 commit comments

Comments
 (0)