Skip to content

Commit

Permalink
Fix Warnings in CI (#1071)
Browse files Browse the repository at this point in the history
* Chown pip cache to silence warning

* Hardcode pip cache location

* Add cache dir if not exists

* Update actions versions to silence Node16 warnings

* Run yaml linter

* Running yaml linter

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
TimPansino and mergify[bot] authored Feb 21, 2024
1 parent 6fd639d commit 1043516
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 54 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---
name: Build CI Image

on:
workflow_dispatch: # Allow manual trigger
workflow_dispatch: # Allow manual trigger

concurrency:
concurrency:
group: ${{ github.ref || github.run_id }}
cancel-in-progress: true

Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---
name: Deploy

on:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
deploy:
runs-on: ubuntu-latest

needs:
needs:
- build-linux-py3
- build-linux-py2
- build-sdist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
# Git Checkout
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down
Loading

0 comments on commit 1043516

Please sign in to comment.