From 51eea588dffbb9be79af5eac0e310f42a65025f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 00:27:40 +0100 Subject: [PATCH] Bump actions/setup-python from 4.3.0 to 5.0.0 (#7) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 1ff37c2..f53b42a 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -11,7 +11,7 @@ jobs: - name: Clone uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4.3.0 + uses: actions/setup-python@v5.0.0 with: python-version: '3.10' cache: 'pip'