diff --git a/.changes/unreleased/Dependency-20250401-074011.yaml b/.changes/unreleased/Dependency-20250401-074011.yaml new file mode 100644 index 0000000..95b332f --- /dev/null +++ b/.changes/unreleased/Dependency-20250401-074011.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump golangci/golangci-lint-action from 6 to 7 in the github-actions group' +time: 2025-04-01T07:40:11.407066343Z diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c631f0b..0aa6bbd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -36,7 +36,7 @@ jobs: - name: golangci-lint continue-on-error: true - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v7 with: args: --issues-exit-code=0 --timeout=5m