Skip to content

Commit

Permalink
upgrade: actions/setup-python v2 -> v5
Browse files Browse the repository at this point in the history
  • Loading branch information
0xB10C committed May 4, 2024
1 parent cc23129 commit e860122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Set up Python 3.9
uses: actions/setup-python@v2
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.11
- name: Download the sdn_advanced.xml file
uses: wei/wget@v1
with:
Expand Down

0 comments on commit e860122

Please sign in to comment.