Skip to content

Commit

Permalink
deps: bump testcafe@3.5.0 (#214)
Browse files Browse the repository at this point in the history
* deps: bump testcafe@3.5.0

* deps: bump all dev dependencies

* deps: remove obsolete appium lint rules

* deps: security bump

* ci: update gcloud actions

* ci: add pull request template
  • Loading branch information
alexplischke committed Jan 19, 2024
1 parent 474dd6a commit 8970b9a
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 1,129 deletions.
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Description
<!--
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
-->
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:

- name: Google Cloud Login
id: 'auth'
uses: 'google-github-actions/auth@v0'
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCS_RUNNER_SA_KEY }}'

- name: Install gcloud SDK
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v2
with:
project_id: ${{ secrets.GCS_RUNNER_PROJECT_ID }}
env:
Expand Down Expand Up @@ -123,12 +123,12 @@ jobs:

- name: Google Cloud Login
id: 'auth'
uses: 'google-github-actions/auth@v0'
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCS_RUNNER_SA_KEY }}'

- name: Install gcloud SDK
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v2
with:
project_id: ${{ secrets.GCS_RUNNER_PROJECT_ID }}

Expand Down
Loading

0 comments on commit 8970b9a

Please sign in to comment.