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 99a2b9c commit 96e1725
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 @@ -27,7 +27,7 @@ on:

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

0 comments on commit 96e1725

Please sign in to comment.