From aac2c2f5a72cab913a8793f82953feda6262fb71 Mon Sep 17 00:00:00 2001 From: Luana Cusseddu Date: Fri, 1 Nov 2024 13:30:19 +0100 Subject: [PATCH] chore: update golanci-lint --- .github/dependabot.yaml | 5 +++++ .github/workflows/build.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 0f8f5cc..8493915 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,3 +13,8 @@ updates: - "dependencies" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b07f07..ce0e4ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name: Install golangci-lint uses: golangci/golangci-lint-action@master with: - version: v1.55.2 + version: v1.61.0 test: runs-on: ubuntu-latest steps: