Skip to content

Commit

Permalink
ci: bump actions to version using node16
Browse files Browse the repository at this point in the history
the older versions depend on deprecated node12
  • Loading branch information
joanise committed Oct 20, 2022
1 parent f7221c6 commit e306de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
python: [3.6, 3.9]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Perl dependencies
run: |
sudo apt-get install -y libxml-twig-perl libxml-writer-perl libxml-xpath-perl xml-twig-tools libxml2-utils
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install Python 3 dependencies
Expand Down

0 comments on commit e306de6

Please sign in to comment.