1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

Bump actions/setup-python to v2

Keep it up-to-date even though we are not currently
using features added in v2.
This commit is contained in:
Nicholas McDonnell 2020-07-30 02:21:04 -04:00
parent d6fe79dce3
commit 6ab69f4f51
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v1 - uses: actions/setup-python@v2
with: with:
python-version: 3.8 python-version: 3.8
- name: Store installed Python version - name: Store installed Python version