From 381c21d6c0ffa8ce3ce6246568a43cc6cb7ace88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 07:19:26 +0000 Subject: [PATCH 1/2] Update tj-actions/changed-files action to v35 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b78adec0ae9..d32e5d00b0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v3.2.0 - - uses: tj-actions/changed-files@v34 + - uses: tj-actions/changed-files@v35 id: changed-files-non-js with: files_ignore: | @@ -36,7 +36,7 @@ jobs: pnpm-lock.yaml testem.js - - uses: tj-actions/changed-files@v34 + - uses: tj-actions/changed-files@v35 id: changed-files-non-rust with: files_ignore: | From f9ee94f38c36ea8ab0d211278e2bec5a5b411374 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Mon, 19 Dec 2022 09:46:55 +0100 Subject: [PATCH 2/2] CI/changed-files: Pin `tj-actions/changed-files` version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d32e5d00b0a..74707067a78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v3.2.0 - - uses: tj-actions/changed-files@v35 + - uses: tj-actions/changed-files@v35.0.0 id: changed-files-non-js with: files_ignore: | @@ -36,7 +36,7 @@ jobs: pnpm-lock.yaml testem.js - - uses: tj-actions/changed-files@v35 + - uses: tj-actions/changed-files@v35.0.0 id: changed-files-non-rust with: files_ignore: |