Use python 3.10 for GHA universe alert

This commit is contained in:
Adriane Boyd 2022-11-07 17:48:08 +01:00
parent e116395f89
commit b1fc9292c2

View File

@ -19,6 +19,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Bernadette app dependency and send an alert
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}