From 5facb7c8ce1f1abc8b76dca9ee24fd6447ef8860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:55:51 +0000 Subject: [PATCH] Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/createtags.yml | 2 +- .github/workflows/updaterfcs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/createtags.yml b/.github/workflows/createtags.yml index aefec84..b12acf2 100644 --- a/.github/workflows/createtags.yml +++ b/.github/workflows/createtags.yml @@ -14,7 +14,7 @@ jobs: with: ref: main - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.10" - name: Create tags.json diff --git a/.github/workflows/updaterfcs.yml b/.github/workflows/updaterfcs.yml index e6a0c6f..9085441 100644 --- a/.github/workflows/updaterfcs.yml +++ b/.github/workflows/updaterfcs.yml @@ -17,7 +17,7 @@ jobs: with: ref: main - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.7 - name: Build rfcs.json