Skip to content

Commit

Permalink
Update dev/tasks/macros.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Sep 12, 2023
1 parent 96e1725 commit f800a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/macros.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- "*-github-*"
{% endmacro %}

{%- macro github_checkout_arrow(fetch_depth=1, submodules="recursive", action_v="v4") -%}
{%- macro github_checkout_arrow(fetch_depth=1, submodules="recursive", action_v="4") -%}
- name: Checkout Arrow
uses: actions/checkout@v{{ action_v }}
with:
Expand Down

0 comments on commit f800a2d

Please sign in to comment.