summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolashennion@gmail.com>2022-10-29 09:52:45 +0200
committerGitHub <noreply@github.com>2022-10-29 09:52:45 +0200
commit1256f38b1593c776530dc9f6dae64c084512d345 (patch)
tree5470520e57b676f8fb98ee761261dccc1ecb94df
parent4f2a1ffc882b6bd264affbc789b5a6bda7f2efc6 (diff)
parent7f3d847896dcabc6ab77edde14215a158806db9a (diff)
Merge pull request #2169 from nicolargo/renovate/actions-setup-python-4.x
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 f437c66a..77841f0c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}