Skip to content

Commit

Permalink
Bump actions. (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored Mar 3, 2024
1 parent c897ed0 commit cba37e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:

steps:
- name: Checkout repo from github
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.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@v3.3.2
uses: actions/cache@v4.0.1
with:
path: ${{ env.VIRTUAL_ENV }}
key: >-
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1

- uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit cba37e2

Please sign in to comment.