Skip to content

Commit

Permalink
Merge pull request #369 from twisted/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-4
  • Loading branch information
dependabot[bot] committed May 3, 2023
2 parents 1193281 + 8632388 commit dde3494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.8'

Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8"

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit dde3494

Please sign in to comment.