From 33d6f1eef33738d7c157c85dc6cbc5df231bd29a Mon Sep 17 00:00:00 2001 From: Daniel <71837281+darmiel@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:38:25 +0200 Subject: [PATCH 1/2] ci: updated `actions/checkout` to 3 --- .github/workflows/pr-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index d9fdbe47..f21ceacb 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: # checkout IRDB - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 From bcd62602d99da90a753bdb349543ea13dd0a983c Mon Sep 17 00:00:00 2001 From: Daniel <71837281+darmiel@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:40:55 +0200 Subject: [PATCH 2/2] ci: updated dependencies --- .github/workflows/pr-lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index f21ceacb..cb34d57a 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -26,7 +26,7 @@ jobs: # only check files changed in the PR - name: Get Changed Files id: changed-files - uses: tj-actions/changed-files@v29.0.7 + uses: tj-actions/changed-files@v37.1.1 with: files: "**/*.ir" separator: "\n" @@ -40,7 +40,7 @@ jobs: python-version: '3.10' - name: Run Linter if at least 1 IR File Changed - uses: mathiasvr/command-output@v1.1.0 + uses: mathiasvr/command-output@v2.0.0 id: run continue-on-error: true with: