Skip to content

Commit 43dcbbc

Browse files
committed
1 parent 925319b commit 43dcbbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python-version: ['3.12']
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Filter changed file paths to outputs
1818
uses: dorny/paths-filter@v2.11.1

.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.8', '3.12']
1414
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', 'master']
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Install poetry
1919
run: pipx install "poetry==1.7.1"
@@ -90,7 +90,7 @@ jobs:
9090
python-version: ['3.12']
9191

9292
steps:
93-
- uses: actions/checkout@v3
93+
- uses: actions/checkout@v4
9494

9595
- name: Install poetry
9696
run: pipx install "poetry==1.7.1"

0 commit comments

Comments
 (0)