From 8a655a1f29714507dc05d48cbb6f679c77b6ece8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 09:29:50 +0000 Subject: [PATCH] chore: bump fkirc/skip-duplicate-actions from 5.1.0 to 5.2.0 Bumps [fkirc/skip-duplicate-actions](https://github.com/fkirc/skip-duplicate-actions) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/fkirc/skip-duplicate-actions/releases) - [Commits](https://github.com/fkirc/skip-duplicate-actions/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: fkirc/skip-duplicate-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/code-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ae642665..7058f5449 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Detect No-op Changes id: noop - uses: fkirc/skip-duplicate-actions@v5.1.0 + uses: fkirc/skip-duplicate-actions@v5.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} do_not_skip: '["workflow_dispatch", "schedule", "push"]' diff --git a/.github/workflows/code-lint.yml b/.github/workflows/code-lint.yml index c658bf914..531134f00 100644 --- a/.github/workflows/code-lint.yml +++ b/.github/workflows/code-lint.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Detect No-op Changes id: noop - uses: fkirc/skip-duplicate-actions@v5.1.0 + uses: fkirc/skip-duplicate-actions@v5.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} do_not_skip: '["workflow_dispatch", "schedule", "push"]'