From 959776039a4ab45824f2d2a7e5ea5e734ed7c98c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 06:56:37 +0000 Subject: [PATCH] Bump lots0logs/gh-action-get-changed-files from 2.1.4 to 2.2.2 Bumps [lots0logs/gh-action-get-changed-files](https://github.com/lots0logs/gh-action-get-changed-files) from 2.1.4 to 2.2.2. - [Release notes](https://github.com/lots0logs/gh-action-get-changed-files/releases) - [Commits](https://github.com/lots0logs/gh-action-get-changed-files/compare/2.1.4...2.2.2) --- updated-dependencies: - dependency-name: lots0logs/gh-action-get-changed-files dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index baecc9306..c6d8613ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v2 - name: Get Changed Files id: get_changed_files - uses: lots0logs/gh-action-get-changed-files@2.1.4 + uses: lots0logs/gh-action-get-changed-files@2.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} - name: List Commit Files