diff --git a/.changeset/inadequate-silver-vulture.md b/.changeset/inadequate-silver-vulture.md new file mode 100644 index 00000000..9a5cc0e2 --- /dev/null +++ b/.changeset/inadequate-silver-vulture.md @@ -0,0 +1,8 @@ +--- +'arcane-scripts': patch +--- + + + +chore(deps): bump actions/setup-python from 2 to 4 + diff --git a/.github/workflows/update-doc-version.yml b/.github/workflows/update-doc-version.yml index 787f810f..8f46271c 100644 --- a/.github/workflows/update-doc-version.yml +++ b/.github/workflows/update-doc-version.yml @@ -31,7 +31,7 @@ jobs: id: get-changelog-info - name: Prepare Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.11