Skip to content

Commit aa7a702

Browse files
chore: Update checkout and node versions to v4 (#24)
1 parent ad1df2d commit aa7a702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
roles: ${{ steps.changed-files.outputs.all_changed_files }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717

@@ -46,7 +46,7 @@ jobs:
4646
needs: changed-files
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050

5151
- name: Set up Python 3
5252
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)