Skip to content

Commit

Permalink
github/workflows: Update versions of checkout and python-version actions
Browse files Browse the repository at this point in the history
This resolves some deprecation errors from the Github actions API itself.

Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Oct 25, 2022
1 parent eb600c4 commit 918efe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
Expand Down

0 comments on commit 918efe1

Please sign in to comment.