Skip to content

Commit 9e00762

Browse files
authored
chore(deps): update actions/checkout action to v5 (#372)
1 parent df86056 commit 9e00762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
python: ['3.13']
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Setup Python
1616
uses: actions/setup-python@v5
1717
with:
@@ -32,7 +32,7 @@ jobs:
3232
python: ['3.13']
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
- name: Setup Python
3737
uses: actions/setup-python@v5
3838
with:

0 commit comments

Comments
 (0)