mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Bump build workflow python-version to 3.9
This commit is contained in:
parent
15411447a6
commit
6a4164dfba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.9
|
||||||
- name: Store installed Python version
|
- name: Store installed Python version
|
||||||
run: |
|
run: |
|
||||||
echo "::set-env name=PY_VERSION::"\
|
echo "::set-env name=PY_VERSION::"\
|
||||||
|
|
Loading…
Reference in a new issue