Skip to content

Commit

Permalink
Merge pull request #83 from felix-seifert/setup-version
Browse files Browse the repository at this point in the history
ci: bump `actions/setup-python` to version `5`
  • Loading branch information
csgoh committed Mar 12, 2024
2 parents e17e223 + 76d497d commit 90202df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
requirements.txt
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
name: diffs-of-generated-roadmaps-${{ matrix.os }}-${{ matrix.python-version }}
path: |
src/tests/diffs_of_generated_roadmaps/
src/tests/generated_roadmaps/
src/tests/generated_roadmaps/
2 changes: 1 addition & 1 deletion .github/workflows/generate_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
requirements.txt
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
Expand Down

0 comments on commit 90202df

Please sign in to comment.