Skip to content

Commit 9b0cc42

Browse files
committed
ci(actions) checkout v4 -> v5
See also: https://github.com/actions/checkout/releases/tag/v6.0.0
1 parent 36a68e7 commit 9b0cc42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ['3.14']
1414
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', '3.5', 'master']
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Install uv
1919
uses: astral-sh/setup-uv@v7
@@ -97,7 +97,7 @@ jobs:
9797
python-version: ['3.14']
9898

9999
steps:
100-
- uses: actions/checkout@v4
100+
- uses: actions/checkout@v5
101101

102102
- name: Install uv
103103
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)