From 67358ffb84189295b6831ebbc4f45599e8f11c13 Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Tue, 3 Oct 2023 14:15:23 +0200 Subject: [PATCH] Pin the major version in github action --- .changelog/922.internal.md | 1 + .github/workflows/ci-lint.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .changelog/922.internal.md diff --git a/.changelog/922.internal.md b/.changelog/922.internal.md new file mode 100644 index 000000000..cf55ce6ec --- /dev/null +++ b/.changelog/922.internal.md @@ -0,0 +1 @@ +Pin the major version in github action diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index d3486f5b8..e49372049 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -25,7 +25,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 with: python-version: '3.x' - name: Set up Node.js 20