Skip to content

Commit 0776eee

Browse files
authored
Merge pull request #1329 from Bastian-Krause/bst/gh-actions-20240213
github/workflows: update GitHub actions to latest versions
2 parents 91c7e9c + 7e580bc commit 0776eee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- name: Set up Python
14-
uses: actions/setup-python@v4
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: "3.11"
1717
- name: Install python dependencies

.github/workflows/reusable-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
with:
2020
ref: ${{ inputs.branch }}
2121
- name: Set up Python ${{ inputs.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ inputs.python-version }}
25-
- uses: actions/cache@v3
25+
- uses: actions/cache@v4
2626
with:
2727
path: ~/.cache/pip
2828
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)