Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit acbefbd

Browse files
committed
1 parent d5a29c2 commit acbefbd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.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/[email protected]

‎.github/workflows/tests.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
python-version: ['3.9', '3.12']
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Install poetry
1717
run: pipx install "poetry==1.7.1"
@@ -60,7 +60,7 @@ jobs:
6060
python-version: ['3.12']
6161

6262
steps:
63-
- uses: actions/checkout@v3
63+
- uses: actions/checkout@v4
6464

6565
- name: Install poetry
6666
run: pipx install "poetry==1.7.1"

0 commit comments

Comments
 (0)