Skip to content

Commit

Permalink
Bump actions CI. (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Apr 16, 2024
1 parent 9c4466b commit 08ecd8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python }}

Expand All @@ -61,7 +61,7 @@ jobs:
- name: Restore base Python virtual environment
id: cache-venv
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: ${{ env.VIRTUAL_ENV }}
key: >-
Expand Down

0 comments on commit 08ecd8c

Please sign in to comment.