diff --git a/.changes/unreleased/Dependency-20250601-203205.yaml b/.changes/unreleased/Dependency-20250601-203205.yaml new file mode 100644 index 00000000..c00f0289 --- /dev/null +++ b/.changes/unreleased/Dependency-20250601-203205.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump golangci/golangci-lint-action from 7 to 8 in the github-actions group' +time: 2025-06-01T20:32:05.839390605Z diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c42bf575..45e42577 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -23,7 +23,7 @@ jobs: - name: golangci-lint continue-on-error: true - uses: golangci/golangci-lint-action@v7 + uses: golangci/golangci-lint-action@v8 with: args: --issues-exit-code=0 --timeout=5m