From 10e8eaff4ac8afe0ffbca38be4fc183933b6a12e Mon Sep 17 00:00:00 2001 From: Gene Wood Date: Wed, 1 Feb 2023 07:32:57 -0800 Subject: [PATCH] Update download-file-action GitHub Action to v1.1.2 Currently the lint GitHub action produces these warnings Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, carlosperate/download-file-action@v1.0.3, DavidAnson/markdownlint-cli2-action@v4. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. This is resolved in download-file-action at v1.1.2 https://github.com/carlosperate/download-file-action/releases/tag/v1.1.2 This commit updates the action to use this new version Signed-off-by: Gene Wood --- .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 4be270fcdb..0ec9bbd79d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v3 with: token: "${{ secrets.GITHUB_TOKEN }}" - - uses: carlosperate/download-file-action@v1.0.3 + - uses: carlosperate/download-file-action@v1.1.2 id: download-mdl-config with: file-url: 'https://raw.githubusercontent.com/chef/chef-web-docs/main/.markdownlint.yaml'