From df1d616fd4064d50e36b1eda3cfe4ed8b09dd3eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 13:24:31 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 36.0.15 to 36.0.17 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36.0.15 to 36.0.17. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v36.0.15...v36.0.17) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 65965f7b940..93f6503df3a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -48,7 +48,7 @@ jobs: run: "make image/init/digitalocean" - name: Get changed files in the docs folder id: changed-files-specific - uses: tj-actions/changed-files@v36.0.15 + uses: tj-actions/changed-files@v36.0.17 with: files: contrib/images/digitalocean/** - name: Run `packer validate`