summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGene Wood <gene_wood@cementhorizon.com>2022-11-08 09:45:15 -0800
committerGene Wood <gene_wood@cementhorizon.com>2022-11-08 09:45:15 -0800
commit2e924bba9397a9eb73cf585b9bc864c5ef8adb13 (patch)
treebf6a124abf7b8e1123aacc398e105bdf76487e62
parent5a23d25c8d11e7a65bae53a5904f00a1c743b431 (diff)
downloadchef-2e924bba9397a9eb73cf585b9bc864c5ef8adb13.tar.gz
Upgrade GitHub Action download-file-action
This upgrades the download-file-action from v1.0.3 to v2.0.0. This swiches the action to Node.js 16 from Node.js 12 which went out of support April 2022. This will remove the warning messages in GitHub Action runs : > Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16 Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index acea4b2007..80bb153de6 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - uses: carlosperate/download-file-action@v1.0.3
+ - uses: carlosperate/download-file-action@v2.0.0
id: download-custom-dictionary
with:
file-url: 'https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt'