aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-01-28 11:12:02 +0100
committerEgor Tensin <egor@tensin.name>2024-01-28 11:12:02 +0100
commit33bc58ef4aea56d3125dc906e3e000015490876a (patch)
tree2b3a11f23c4fe5f5637be0e60ff58ab4a8d2065c
parentMerge pull request #2 from radarhere/master (diff)
downloadcleanup-path-33bc58ef4aea56d3125dc906e3e000015490876a.tar.gz
cleanup-path-33bc58ef4aea56d3125dc906e3e000015490876a.zip
workflows/test: upgrade actionsv4.0.0
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c674233..247ab05 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -37,10 +37,10 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.x'
if: matrix.python