diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d28333..5302b7b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,5 @@ version: 2 updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: daily - labels: - - semver:patch - - type:dependency-upgrade - package-ecosystem: gomod directory: / schedule: diff --git a/.github/pipeline-version b/.github/pipeline-version index f8e233b..8fdcf38 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.9.0 +1.9.2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a648fdc..8a9f2bd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: - ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2 with: key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} path: ${{ env.HOME }}/go/pkg/mod