Skip to content

Commit 93f2cbd

Browse files
committed
use master branches in CI
1 parent a7006fd commit 93f2cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
python-version: ['3.10', '3.11', '3.12']
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@master
2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v3
29+
uses: actions/setup-python@master
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Install dependencies

0 commit comments

Comments
 (0)