summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-25 17:10:32 +0000
committerGitHub <noreply@github.com>2022-10-25 17:10:32 +0000
commit7f3d847896dcabc6ab77edde14215a158806db9a (patch)
treea8ad3121167f5638a5d46b4ec961d95a9357121d
parentd948d65db27ae1684bf73f82c16ca9ce6c2e526b (diff)
Update actions/setup-python action to v4
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e8058311..a4d092be 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}