Skip to content

Commit 47654bf

Browse files
committed
THX-1138: Update checkout version
1 parent 115e1e8 commit 47654bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
using: "composite"
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
- name: Ensure full commit history
2929
run: |
3030
cd $GITHUB_WORKSPACE
@@ -68,4 +68,4 @@ runs:
6868
shell: bash
6969

7070
# See github contexts for more like github.action_path.
71-
# REF: https://docs.github.com/en/actions/learn-github-actions/contexts#github-context
71+
# REF: https://docs.github.com/en/actions/learn-github-actions/contexts#github-context

0 commit comments

Comments
 (0)