From ba0243447c0c862c1e75245d03fa2f6b0a75c8a8 Mon Sep 17 00:00:00 2001 From: rui Date: Mon, 21 Jun 2021 13:32:13 -0400 Subject: [PATCH 1/5] pylint: use python 3.9 and setup-python@2 --- ci/pylint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/pylint.yml b/ci/pylint.yml index c16ba22..0805af7 100644 --- a/ci/pylint.yml +++ b/ci/pylint.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 - uses: actions/setup-python@v1 + - name: Set up Python 3.9 + uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip From 81295d6e715c29e03102adbe7d8e2f946a5fc8ac Mon Sep 17 00:00:00 2001 From: rui Date: Mon, 21 Jun 2021 13:55:57 -0400 Subject: [PATCH 2/5] go: update to use 1.16 (#943) --- ci/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/go.yml b/ci/go.yml index bcf4489..22a110a 100644 --- a/ci/go.yml +++ b/ci/go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.16 - name: Build run: go build -v ./... From 9e53fa6505fd66012c775b564d5e1ec226863a5c Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Wed, 23 Jun 2021 14:43:36 -0400 Subject: [PATCH 3/5] action -> workflow --- ci/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/blank.yml b/ci/blank.yml index 3214287..895e5d1 100644 --- a/ci/blank.yml +++ b/ci/blank.yml @@ -2,7 +2,7 @@ name: CI -# Controls when the action will run. +# Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the $default-branch branch push: From 2f86a8abbe1f5934105778258218f1dee8a9d002 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:06:26 +0530 Subject: [PATCH 4/5] Update blank.properties.json --- ci/properties/blank.properties.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/properties/blank.properties.json b/ci/properties/blank.properties.json index d244772..35d77bc 100644 --- a/ci/properties/blank.properties.json +++ b/ci/properties/blank.properties.json @@ -1,6 +1,7 @@ { "name": "Simple workflow", "description": "Start with a file with the minimum necessary structure.", + "creator": "Github", "iconName": "blank", "categories": null } From acad7b662618966e7805c7ec0308901b1044f2f9 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com> Date: Thu, 24 Jun 2021 21:40:31 +0530 Subject: [PATCH 5/5] Update ci/properties/blank.properties.json Co-authored-by: Andy McKay --- ci/properties/blank.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/blank.properties.json b/ci/properties/blank.properties.json index 35d77bc..610327f 100644 --- a/ci/properties/blank.properties.json +++ b/ci/properties/blank.properties.json @@ -1,7 +1,7 @@ { "name": "Simple workflow", "description": "Start with a file with the minimum necessary structure.", - "creator": "Github", + "creator": "GitHub", "iconName": "blank", "categories": null }