We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c7e9c commit 7e580bcCopy full SHA for 7e580bc
.github/workflows/build-and-release.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
fetch-depth: 0
13
- name: Set up Python
14
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
15
16
python-version: "3.11"
17
- name: Install python dependencies
.github/workflows/reusable-unit-tests.yml
@@ -19,10 +19,10 @@ jobs:
19
20
ref: ${{ inputs.branch }}
21
- name: Set up Python ${{ inputs.python-version }}
22
23
24
python-version: ${{ inputs.python-version }}
25
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
26
27
path: ~/.cache/pip
28
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
0 commit comments