From a281543e6f1e309e1ff8caa9794c03ff804b13ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:51:51 +0200 Subject: [PATCH] chore(deps): bump the all group with 2 updates (#880) Bumps the all group with 2 updates: [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `oven-sh/setup-bun` from 194c60efc37fcfa5fa518543a35a9d2da5fe42a2 to 8f24390df009a496891208e5e36b8a1de1f45135 - [Release notes](https://github.com/oven-sh/setup-bun/releases) - [Commits](https://github.com/oven-sh/setup-bun/compare/194c60efc37fcfa5fa518543a35a9d2da5fe42a2...8f24390df009a496891208e5e36b8a1de1f45135) Updates `codecov/codecov-action` from 4.1.1 to 4.2.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/c16abc29c95fcf9174b58eb7e1abf4c866893bc8...7afa10ed9b269c561c2336fd862446844e0cbf71) --- updated-dependencies: - dependency-name: oven-sh/setup-bun dependency-type: direct:production dependency-group: all - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/_styles-check.yml | 2 +- .github/workflows/_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_styles-check.yml b/.github/workflows/_styles-check.yml index 926ad0c..41152af 100644 --- a/.github/workflows/_styles-check.yml +++ b/.github/workflows/_styles-check.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Setup Bun - uses: oven-sh/setup-bun@194c60efc37fcfa5fa518543a35a9d2da5fe42a2 # v1 + uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1 with: bun-version: "1.0.1" diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index f6fd585..41a63c1 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -61,7 +61,7 @@ jobs: - run: go build -tags osusergo,netgo -ldflags="-s -w -X main.version=$(git describe --tags) -X main.date=$(date --iso-8601=seconds)" - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # 4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # 4.2.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}