Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
updating github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arichtman-srt committed Jan 29, 2024
1 parent 1ca16a2 commit f56e603
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,24 @@ jobs:
- uses: Apakottur/action-poetry-package-update@v1
with:
base-branch: main
poetry-version: 1.2.2
poetry-version: 1.7.1
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1
- uses: vrslev/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()
- uses: peter-evans/create-pull-request@v3.11.0
- uses: peter-evans/create-pull-request@v5
with:
branch: pre-commit-autoupdate
title: 'chore(deps): Update pre-commit hooks'
commit-message: 'chore(deps): Update pre-commit hooks'
body: Update pre-commit hooks
labels: dependencies
token: ${{ secrets.WRITEBACK_TOKEN }}
delete-branch: true
committer: Ariel Richtman <[email protected]>
author: Ariel Richtman <[email protected]>

0 comments on commit f56e603

Please sign in to comment.