Skip to content

Commit

Permalink
Update github actions versions to stop using node12
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Oct 31, 2023
1 parent b9351d7 commit 6f1018e
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 @@ -9,8 +9,8 @@ jobs:
name: Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- run: sudo apt install libolm-dev
Expand Down

0 comments on commit 6f1018e

Please sign in to comment.