Skip to content

Commit 0eefbd9

Browse files
committed
ci: bump actions in reusable_testing.yml
Bump version of the `actions/checkout` and `actions/download-artifact` actions to v4. Bump version of the `actions/setup-python` action to v5. It is needed for fixing the following GitHub warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20
1 parent 2983de8 commit 0eefbd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable_testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
steps:
1616
- name: Clone the tarantool-python connector
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
repository: ${{ github.repository_owner }}/tarantool-python
2020

2121
- name: Download the tarantool build artifact
22-
uses: actions/download-artifact@v3
22+
uses: actions/download-artifact@v4
2323
with:
2424
name: ${{ inputs.artifact_name }}
2525

@@ -29,7 +29,7 @@ jobs:
2929
run: sudo dpkg -i tarantool*.deb
3030

3131
- name: Setup python3 for tests
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: '3.11'
3535

0 commit comments

Comments
 (0)