From 397010bb33edc8536b2ecfa3edf0655a25949a83 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 13 Oct 2023 06:47:11 +0000 Subject: [PATCH] fix(deps): bump actions/setup-python action to v4.7.1 | datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-python | v4.7.0 | v4.7.1 | --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 9ed64b6..4079cc5 100644 --- a/action.yaml +++ b/action.yaml @@ -40,7 +40,7 @@ runs: using: composite steps: - name: Set up Python based on Python version in pyproject.toml. - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.7.1 with: python-version-file: "${{ github.action_path }}/pyproject.toml" - name: Configure Slack notification.