1
1
mirror of https://github.com/sshuttle/sshuttle.git synced 2025-07-03 08:11:17 +02:00

Merge pull request from sshuttle/dependabot/github_actions/actions/setup-python-3

Bump actions/setup-python from 2.3.2 to 3
This commit is contained in:
Brian May
2022-03-02 09:30:19 +11:00
committed by GitHub

@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies