Skip to content

Commit

Permalink
chore(deps): update dependency knope to v0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent e299d97 commit b7b2b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Download Knope Source
run: curl -o source.tgz https://codeload.github.com/knope-dev/knope/tar.gz/refs/tags/v0.13.0
run: curl -o source.tgz https://codeload.github.com/knope-dev/knope/tar.gz/refs/tags/v0.13.4
- name: Get new SHA
run: echo "NEW_SHA=$(shasum -a 256 source.tgz | cut -d ' ' -f 1)" >> $GITHUB_ENV
- name: Update Formula
Expand Down
2 changes: 1 addition & 1 deletion Formula/knope.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Knope < Formula
desc "Automate developer tasks, like generating changelogs and updating versions"
homepage "https://knope-dev.github.io/knope/"
url "https://github.com/knope-dev/knope/archive/refs/tags/v0.13.0.tar.gz"
url "https://github.com/knope-dev/knope/archive/refs/tags/v0.13.4.tar.gz"
sha256 "2f5136c38a3386e80325e712069c21984f6fa3aff830b9c40ab9fdaec630f7b2"
license "MIT"
head "https://github.com/apollographql/rover.git", branch: "main"
Expand Down

0 comments on commit b7b2b31

Please sign in to comment.