From b499a1d0d02e1341845e06b1e743c87480ce9637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:36:47 +0000 Subject: [PATCH] build(deps): Bump the actions group with 1 update Bumps the actions group with 1 update: [Ana06/get-changed-files](https://github.com/ana06/get-changed-files). Updates `Ana06/get-changed-files` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/ana06/get-changed-files/releases) - [Commits](https://github.com/ana06/get-changed-files/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: Ana06/get-changed-files dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/rules.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rules.yaml b/.github/workflows/rules.yaml index e607b6bf..80cfe5ce 100644 --- a/.github/workflows/rules.yaml +++ b/.github/workflows/rules.yaml @@ -23,7 +23,7 @@ jobs: - name: Get changed files id: changed-files if: github.event_name == 'pull_request' - uses: Ana06/get-changed-files@v2.2.0 + uses: Ana06/get-changed-files@v2.3.0 with: format: space-delimited token: ${{ secrets.GITHUB_TOKEN }} @@ -113,7 +113,7 @@ jobs: run: git fetch --tags origin - name: Get changed files - uses: Ana06/get-changed-files@v2.2.0 + uses: Ana06/get-changed-files@v2.3.0 id: changed with: format: space-delimited