From 2772c7ee3d8294c740ca60d74d4c39e1a1700582 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 4 Aug 2023 11:32:03 +0000 Subject: [PATCH] fix(deps): bump actions/setup-python action to v4.7.0 | datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-python | v4.6.1 | v4.7.0 | --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index ce2bc7e..7fe3a47 100644 --- a/action.yaml +++ b/action.yaml @@ -56,7 +56,7 @@ runs: with: node-version: ${{ steps.tool-versions.outputs.nodejs }} - name: Set up Python at version specified in .tool-versions. - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: ${{ steps.tool-versions.outputs.python }} - name: Set up Ruby at version specified in .tool-versions.