Use python 3.10 for GHA universe alert (#11768)

This commit is contained in:
Adriane Boyd 2022-11-08 04:46:19 +01:00 committed by GitHub
parent e116395f89
commit 2e3cfd758e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}