Unverified Commit 9e19fd52 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

Upgrade actions/checkout and actions/setup-python

parent fab0a08c
......@@ -29,9 +29,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment