Skip to content

Commit

Permalink
Update download-file-action GitHub Action to v1.1.2
Browse files Browse the repository at this point in the history
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/[email protected], 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 <[email protected]>
  • Loading branch information
gene1wood committed Feb 1, 2023
1 parent 556596a commit 10e8eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 10e8eaf

Please sign in to comment.