From 39a073f95ef8724f43843986ec24f00d71ea7232 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Wed, 22 Mar 2023 14:18:23 +0800 Subject: [PATCH 1/3] WIP0 --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 28af6800..aee6254a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,7 +9,7 @@ jobs: container: image: "ubuntu:22.04" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install required dependencies run: | apt update @@ -32,7 +32,7 @@ jobs: container: image: "ubuntu:22.04" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install required dependencies run: | apt update @@ -56,7 +56,7 @@ jobs: container: image: "ubuntu:22.04" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install required dependencies run: | apt update @@ -105,7 +105,7 @@ jobs: apt update && apt install --yes sudo sudo apt install --yes git sudo DEBIAN_FRONTEND=noninteractive apt install --yes npm - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive # needed because of commit-lint, see https://github.com/conventional-changelog/commitlint/issues/3376 From 3c617d89ef36c3b144c8c905fd82bbe2cbe8b26a Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Wed, 22 Mar 2023 14:39:58 +0800 Subject: [PATCH 2/3] WIP1 From 4a60fe00ca794233034047b9f375b7b5ab134b12 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Wed, 22 Mar 2023 14:51:53 +0800 Subject: [PATCH 3/3] WIP2 --- .github/workflows/CI.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index aee6254a..6848be43 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -108,8 +108,6 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - # needed because of commit-lint, see https://github.com/conventional-changelog/commitlint/issues/3376 - fetch-depth: 0 # workaround for https://github.com/actions/runner/issues/2033 - name: ownership workaround run: git config --global --add safe.directory '*'