Skip to content

Commit

Permalink
ci: bump actions/setup-python to version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-seifert committed Feb 11, 2024
1 parent e17e223 commit 76d497d
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 76d497d

Please sign in to comment.