diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 565608d..8f8d8ae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -174,7 +174,7 @@ jobs: echo "$(git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:"%h %s")" > .release_notes - name: Create Release id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v0.1.7 if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/go.mod b/go.mod index 387d041..b2efd87 100644 --- a/go.mod +++ b/go.mod @@ -11,8 +11,8 @@ require ( github.com/go-git/go-git/v5 v5.3.0 github.com/json-iterator/go v1.1.9 // indirect github.com/kevinburke/ssh_config v1.1.0 // indirect - github.com/lithammer/fuzzysearch v1.1.1 - github.com/lukaszraczylo/zero v0.0.0-20160322155811-4a4535dd56e7 // indirect + github.com/lithammer/fuzzysearch v1.1.2 + github.com/lukaszraczylo/zero v0.0.0-20160322155811-4a4535dd56e7 github.com/magiconair/properties v1.8.5 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/mapstructure v1.4.1 // indirect @@ -20,7 +20,7 @@ require ( github.com/sergi/go-diff v1.2.0 // indirect github.com/spf13/afero v1.6.0 // indirect github.com/spf13/cast v1.3.1 // indirect - github.com/spf13/cobra v1.1.3 // indirect + github.com/spf13/cobra v1.1.3 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.7.1