Skip to content

Commit

Permalink
Merge pull request #146 from chizmw/dependabot/github_actions/depende…
Browse files Browse the repository at this point in the history
…ncies-e38830398f

chore(deps): bump the dependencies group with 4 updates
  • Loading branch information
chizmw authored Feb 11, 2024
2 parents c81dae4 + 62e66ea commit 04f428c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/harsh-silver-condor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'json-on-the-clocktower': patch
---

chore(deps): bump the dependencies group with 4 updates
2 changes: 1 addition & 1 deletion .github/workflows/assign-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-doc-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}})'
Expand Down

0 comments on commit 04f428c

Please sign in to comment.