From d7a7a147d7a0798a9b61c06e8e38385ba91e7516 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 18 Oct 2022 01:17:48 +0100 Subject: [PATCH] Bump setup-python To include https://github.com/actions/setup-python/pull/517 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1da0b3e..1ad4f74 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ runs: steps: - name: Setup Python id: setup-python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ inputs.python-version }}