From 3bafcdf9229db621feda13a6b98800ce0cf263f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 20:35:30 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-fbs-python-module.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-fbs-python-module.yml b/.github/workflows/check-fbs-python-module.yml index 771038f46..741a93d45 100644 --- a/.github/workflows/check-fbs-python-module.yml +++ b/.github/workflows/check-fbs-python-module.yml @@ -20,7 +20,7 @@ jobs: - name: Add Problem Matcher run: | echo "::add-matcher::.github/problem-matchers/python.json" - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10" - name: Install and configure Poetry @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10" - name: Install and configure Poetry