Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Sep 2, 2022
1 parent 82d506e commit 5e12681
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 176 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-e2e-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: label checker
runs-on: ubuntu-latest
steps:
- uses: LouisBrunner/checks-action@v1.2.0
- uses: LouisBrunner/checks-action@v1.3.1
name: Enqueue e2e
id: create
with:
Expand All @@ -23,7 +23,7 @@ jobs:
name: ${{ env.E2E_CHECK_NAME }}
status: queued

- uses: LouisBrunner/checks-action@v1.2.0
- uses: LouisBrunner/checks-action@v1.3.1
name: Skip e2e
if: ${{ contains(github.event.pull_request.labels.*.name, env.SKIP_E2E_TAG )}}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-e2e-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: check-creator
runs-on: ubuntu-latest
steps:
- uses: LouisBrunner/checks-action@v1.2.0
- uses: LouisBrunner/checks-action@v1.3.1
name: Enqueue e2e
id: create
with:
Expand All @@ -23,7 +23,7 @@ jobs:
name: ${{ env.E2E_CHECK_NAME }}
status: queued

- uses: LouisBrunner/checks-action@v1.2.0
- uses: LouisBrunner/checks-action@v1.3.1
name: Skip e2e
if: ${{ contains(github.event.pull_request.labels.*.name, env.SKIP_E2E_TAG )}}
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: needs.triage.outputs.run-e2e == 'true'
steps:
- name: Set status in-progress
uses: LouisBrunner/checks-action@v1.2.0
uses: LouisBrunner/checks-action@v1.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ needs.triage.outputs.commit_sha }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
if: needs.triage.outputs.run-e2e == 'true'
steps:
- name: Set status in-progress
uses: LouisBrunner/checks-action@v1.2.0
uses: LouisBrunner/checks-action@v1.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ needs.triage.outputs.commit_sha }}
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
reaction: "+1"

- name: Set status success
uses: LouisBrunner/checks-action@v1.2.0
uses: LouisBrunner/checks-action@v1.3.1
if: steps.test.outcome == 'success'
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -217,7 +217,7 @@ jobs:
reaction: "-1"

- name: Set status failure
uses: LouisBrunner/checks-action@v1.2.0
uses: LouisBrunner/checks-action@v1.3.1
if: steps.test.outcome != 'success'
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/DataDog/datadog-api-client-go v1.16.0
github.com/Huawei/gophercloud v1.0.21
github.com/Shopify/sarama v1.36.0
github.com/aws/aws-sdk-go v1.44.88
github.com/aws/aws-sdk-go v1.44.89
github.com/denisenkom/go-mssqldb v0.12.2
github.com/dysnix/predictkube-libs v0.0.4-0.20220717101015-44c816c4fb9c
github.com/dysnix/predictkube-proto v0.0.0-20220713123213-7135dce1e9c9
Expand All @@ -43,7 +43,7 @@ require (
github.com/mitchellh/hashstructure v1.1.0
github.com/newrelic/newrelic-client-go v0.91.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.20.1
github.com/onsi/gomega v1.20.2
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.13.0
Expand Down
Loading

0 comments on commit 5e12681

Please sign in to comment.