From 55935506b4be9fdc15a0bf4347ed1c09788bd1d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:13:34 +0000 Subject: [PATCH] ci: bump actions/setup-python from 4.7.0 to 4.7.1 Signed-off-by: dependabot[bot] --- .changelog/471.internal.md | 1 + .github/workflows/ci-lint.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .changelog/471.internal.md diff --git a/.changelog/471.internal.md b/.changelog/471.internal.md new file mode 100644 index 00000000..03cf02e2 --- /dev/null +++ b/.changelog/471.internal.md @@ -0,0 +1 @@ +ci: bump actions/setup-python from 4.7.0 to 4.7.1 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index b8c0ebf4..43ce6bb4 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -31,7 +31,7 @@ jobs: # Fetch all history so gitlint can check the relevant commits. fetch-depth: '0' - name: Set up Python 3 - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.7.1 with: python-version: '3.x' - name: Set up Node.js 18