Skip to content

Commit 0188cd2

Browse files
committed
chore(deps):update
1 parent f432343 commit 0188cd2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Python
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.11'
2424
cache-dependency-path: poetry.lock

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Setup Python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.11"
2222
cache-dependency-path: poetry.lock
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363
- name: Set up Python ${{ matrix.python-version }}
64-
uses: actions/setup-python@v4
64+
uses: actions/setup-python@v5
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767
cache-dependency-path: poetry.lock
@@ -141,7 +141,7 @@ jobs:
141141
steps:
142142
- uses: actions/checkout@v4
143143
- name: Set up Python ${{ matrix.python-version }}
144-
uses: actions/setup-python@v4
144+
uses: actions/setup-python@5v
145145
with:
146146
python-version: ${{ matrix.python-version }}
147147
cache-dependency-path: poetry.lock

0 commit comments

Comments
 (0)