Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MrOctopus/download-asset-action from 1.0 to 1.1 in /workflow-templates #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workflow-templates/check-general-formatting-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
steps:
- name: Set environment variables
run: |
# See: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable

Check warning on line 23 in workflow-templates/check-general-formatting-npm.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

23:121 [line-length] line too long (130 > 120 characters)

Check warning on line 23 in workflow-templates/check-general-formatting-npm.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

23:121 [line-length] line too long (130 > 120 characters)
echo "EC_INSTALL_PATH=${{ runner.temp }}/editorconfig-checker" >> "$GITHUB_ENV"

- name: Checkout repository
Expand All @@ -31,7 +31,7 @@

- name: Download latest editorconfig-checker release binary package
id: download
uses: MrOctopus/download-asset-action@1.0
uses: MrOctopus/download-asset-action@1.1
with:
repository: editorconfig-checker/editorconfig-checker
excludes: prerelease, draft
Expand Down
Loading