mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
Update actions
This commit is contained in:
parent
7af2276e0b
commit
1860ba4c49
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{ inputs.branch }}
|
||||
- name: Install Python 3.10
|
||||
uses: actions/setup-python@v5.0.0
|
||||
uses: actions/setup-python@v5.1.0
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install python3 venv
|
||||
@ -412,7 +412,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{ inputs.branch }}
|
||||
- name: Install Python 3.10
|
||||
uses: actions/setup-python@v5.0.0
|
||||
uses: actions/setup-python@v5.1.0
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install Prerequisites
|
||||
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{ inputs.branch }}
|
||||
- name: Install Python 3.10
|
||||
uses: actions/setup-python@v5.0.0
|
||||
uses: actions/setup-python@v5.1.0
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install Prerequisites
|
||||
@ -106,7 +106,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{ inputs.branch }}
|
||||
- name: Install Python 3.10
|
||||
uses: actions/setup-python@v5.0.0
|
||||
uses: actions/setup-python@v5.1.0
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install Prerequisites
|
||||
|
Loading…
Reference in New Issue
Block a user