Skip to content

Commit

Permalink
Updated security.yml to python 3.9
Browse files Browse the repository at this point in the history
Updated security.yml to python 3.9, the same as the current RedBorder NG version.
  • Loading branch information
PRodriguezFlores authored Apr 10, 2024
1 parent bdf88cd commit 38f15df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python 3.8 and pip
- name: Set up Python 3.9 and pip
run: |
sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt update
sudo apt install -y python3.8 python3.8-distutils
sudo apt install -y python3.9 python3.9-distutils
curl -s https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python3.8 get-pip.py
sudo python3.9 get-pip.py
- name: Install safety for security checks
run: |
Expand Down

0 comments on commit 38f15df

Please sign in to comment.