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