From b88bd733938f3775e96989b538c36289db277159 Mon Sep 17 00:00:00 2001 From: Github bot Date: Mon, 29 Jan 2024 17:48:44 +0000 Subject: [PATCH 1/3] Update changelog.md --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.md b/changelog.md index 55aa820..5abb3de 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,15 @@ # Changelog +## 0.2.2 - 2024-01-29 + +### What's Changed + +* Bump wangyoucao577/go-release-action from 1.42 to 1.43 by [@dependabot](https://github.com/dependabot) in https://github.com/bavix/.github/pull/11 +* Bump andstor/file-existence-action from 2 to 3 by [@dependabot](https://github.com/dependabot) in https://github.com/bavix/.github/pull/12 +* Bump wangyoucao577/go-release-action from 1.43 to 1.46 by [@dependabot](https://github.com/dependabot) in https://github.com/bavix/.github/pull/13 + +**Full Changelog**: https://github.com/bavix/.github/compare/0.2.1...0.2.2 + ## 0.2.1 - 2024-01-24 **Full Changelog**: https://github.com/bavix/.github/compare/0.2.0...0.2.1 From 4573659f1c38fca42f5cc06c51f8c548ded61785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 08:02:59 +0000 Subject: [PATCH 2/3] Bump wangyoucao577/go-release-action from 1.46 to 1.47 Bumps [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action) from 1.46 to 1.47. - [Release notes](https://github.com/wangyoucao577/go-release-action/releases) - [Commits](https://github.com/wangyoucao577/go-release-action/compare/v1.46...v1.47) --- updated-dependencies: - dependency-name: wangyoucao577/go-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go-release-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-release-binary.yml b/.github/workflows/go-release-binary.yml index 9bc115e..54b06e3 100644 --- a/.github/workflows/go-release-binary.yml +++ b/.github/workflows/go-release-binary.yml @@ -18,7 +18,7 @@ jobs: goos: windows steps: - uses: actions/checkout@v4 - - uses: wangyoucao577/go-release-action@v1.46 + - uses: wangyoucao577/go-release-action@v1.47 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} From 5b8ee87ed6cdaf1c35b596aa6a863bbae499aa58 Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Sat, 10 Feb 2024 13:56:06 +0300 Subject: [PATCH 3/3] Update changelog.yml Signed-off-by: Maxim Babichev --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index bfacc1c..23d502d 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/setup-go@v5 id: artifacts-golang with: - go-version: '>=1.21.0' + go-version: '^1.21.0' - name: Install first-changelog id: artifacts-tools-install