Skip to content

Commit

Permalink
Merge branch 'main' into fix-release
Browse files Browse the repository at this point in the history
  • Loading branch information
brpaz authored Oct 12, 2024
2 parents e037283 + 14fd6f3 commit 03a4272
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Upload code coverage report to Codecov
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: cover.txt
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Setup gotestsum
uses: autero1/action-gotestsum@v1.0.0
uses: autero1/action-gotestsum@v2.0.0
with:
gotestsum_version: ${{ env.GOTESTSUM_VERSION }}

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# CHANGELOG

## 0.1.1 - 2024-10-06

### What's Changed

#### 🐛 Bug Fixes

- ci(github-actions): fix changelog workflow @brpaz (#6)

**Full Changelog**: https://github.com/brpaz/raindrop-images-dl/compare/v0.1.0...v0.1.1

0 comments on commit 03a4272

Please sign in to comment.