diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index 80d6ae2..80c6e56 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -46,7 +46,7 @@ jobs: fi - name: Create Pull Request - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 id: cpr with: commit-message: "chore(deps): update SQLite from ${{ env.CURRENT_VERSION }} to ${{ env.NEW_VERSION }}"