CI/main.yml: try to silence warning about deprecated node usage (switch to newer actions version)

pull/3467/merge
Sergey G. Brester 2023-12-10 15:30:38 +01:00 committed by GitHub
parent 44fa2959e7
commit 9554279129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}