diff --git a/.changeset/harsh-silver-condor.md b/.changeset/harsh-silver-condor.md new file mode 100644 index 0000000..55881d6 --- /dev/null +++ b/.changeset/harsh-silver-condor.md @@ -0,0 +1,5 @@ +--- +'json-on-the-clocktower': patch +--- + +chore(deps): bump the dependencies group with 4 updates diff --git a/.github/workflows/assign-pr.yml b/.github/workflows/assign-pr.yml index db1870d..8cea033 100644 --- a/.github/workflows/assign-pr.yml +++ b/.github/workflows/assign-pr.yml @@ -13,4 +13,4 @@ jobs: assign-author: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@v2.0.1 + - uses: toshimaru/auto-author-assign@v2.1.0 diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 8781aaa..b692373 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -32,14 +32,14 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Setup Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: ${{ matrix.poetry-version }} - name: Setup a local virtual environment (if no poetry.toml file) run: | poetry config virtualenvs.create true --local poetry config virtualenvs.in-project true --local - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Define a cache for the virtual environment with: path: ./.venv diff --git a/.github/workflows/update-doc-version.yml b/.github/workflows/update-doc-version.yml index fffcd03..542672f 100644 --- a/.github/workflows/update-doc-version.yml +++ b/.github/workflows/update-doc-version.yml @@ -42,7 +42,7 @@ jobs: with: python-version: '3.10' - name: Install Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: 1.5.1 - name: Update pyproject version @@ -57,7 +57,7 @@ jobs: - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: # yamllint disable rule:line-length title: 'chore: update version in files (${{ steps.get-changelog-info.outputs.last-change-version}})'