From e87ef089c71d202e5c321c1ad1fa515103a03ffc Mon Sep 17 00:00:00 2001 From: buildpack-bot Date: Mon, 10 May 2021 05:25:21 +0000 Subject: [PATCH] Bump pipeline from 1.9.0 to 1.9.3 Bumps pipeline from 1.9.0 to 1.9.3. Signed-off-by: GitHub --- .github/dependabot.yml | 7 ------- .github/pipeline-version | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) 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..77fee73 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.9.0 +1.9.3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 26cc61b..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.5 + - uses: actions/cache@v2 with: key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} path: ${{ env.HOME }}/go/pkg/mod