diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-05 02:50:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-04 21:50:24 -0400 |
| commit | 74f337fec4c233b3a6750fa64b61d03c189d9416 (patch) | |
| tree | e8e0e4a9026f5f4f15917af562dfa05db5be7c1b /.github | |
| parent | a4f5b769793af19f7b858816889c1bf026f55f5c (diff) | |
| download | python-setuptools-git-74f337fec4c233b3a6750fa64b61d03c189d9416.tar.gz | |
Update Github actions to v3 (#62)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6468ee0d..948da052 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,9 +18,9 @@ jobs: - windows-latest runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python }} - name: Install tox @@ -50,9 +50,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install tox |
