Skip to content

Commit 022ba67

Browse files
committed
ci: 👷 publish actions version update
Signed-off-by: Onuralp SEZER <[email protected]>
1 parent d5ca74b commit 022ba67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
python-version: [3.8]
1313
steps:
1414
- name: 🛎️ Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
ref: ${{ github.head_ref }}
1818
- name: 🐍 Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: 🦾 Install dependencies

0 commit comments

Comments
 (0)