diff options
author | Egor Tensin <egor@tensin.name> | 2024-01-28 11:12:02 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-01-28 11:12:02 +0100 |
commit | 33bc58ef4aea56d3125dc906e3e000015490876a (patch) | |
tree | 2b3a11f23c4fe5f5637be0e60ff58ab4a8d2065c /.github | |
parent | Merge pull request #2 from radarhere/master (diff) | |
download | cleanup-path-33bc58ef4aea56d3125dc906e3e000015490876a.tar.gz cleanup-path-33bc58ef4aea56d3125dc906e3e000015490876a.zip |
workflows/test: upgrade actionsv4.0.0
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 4 |
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 |