diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-18 20:54:28 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-18 20:54:28 -0400 |
| commit | feed34f981cd7035d787e1cb4825ea58a423152d (patch) | |
| tree | 70c84a5b63a0f169de6c8266f14652e6f784ac30 | |
| parent | d556d81943840387ec8996bf7bd45dddb6b351ae (diff) | |
| parent | abcc15683d3abe229a0e0d07f1afa05a24e2ef8c (diff) | |
| download | python-setuptools-git-feed34f981cd7035d787e1cb4825ea58a423152d.tar.gz | |
Merge https://github.com/jaraco/skeleton
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 83624a5b..1ff04039 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - uses: actions/cache@v3 |
