Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
sed -i "s/PLACEHOLDER_SHA256_MACOS_AARCH64/$MACOS_ARM_SHA/" packaging/homebrew/ferrous-forge.rb

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore: update Homebrew formula to v${{ needs.get-checksums.outputs.version }}"
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
sed -i "s/pkgver = .*/pkgver = $VERSION/" packaging/aur/.SRCINFO

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore: update AUR package to v${{ needs.get-checksums.outputs.version }}"
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
sed -i "s/PLACEHOLDER_CHECKSUM/$WINDOWS_SHA/" packaging/chocolatey/tools/chocolateyinstall.ps1

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore: update Chocolatey package to v${{ needs.get-checksums.outputs.version }}"
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
echo "::warning::Nix cargoHash must be updated manually after first failed build attempt"

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore: update Nix package to v${{ needs.get-checksums.outputs.version }}"
Expand Down
Loading