From e8601228850ceaa45905c7861256f322ec4ff09d Mon Sep 17 00:00:00 2001 From: 0xb10c Date: Sun, 5 May 2024 01:19:56 +0200 Subject: [PATCH] upgrade: actions/setup-python v2 -> v5 --- .github/workflows/generate-lists.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-lists.yml b/.github/workflows/generate-lists.yml index aa5a027..4c962b6 100644 --- a/.github/workflows/generate-lists.yml +++ b/.github/workflows/generate-lists.yml @@ -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: