Skip to content

Commit

Permalink
use latest python GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Mar 28, 2023
1 parent 2e61ab2 commit 2fcbfd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-rfcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 1

- name: Get python (for xml2rfc)
uses: actions/setup-python@v1
uses: actions/setup-python@v4

- name: Setup test tools
# we need the apt update because old packages won't load
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
fetch-depth: 1

- name: Get python (for xml2rfc)
uses: actions/setup-python@v1
uses: actions/setup-python@v4

- name: Setup test tools
# we need the apt update because old packages won't load
Expand Down

0 comments on commit 2fcbfd6

Please sign in to comment.