Skip to content

Commit

Permalink
Bump actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pwaller committed Sep 1, 2023
1 parent 8da61c8 commit 205413f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
python-version: [3.10.11, 3.11.3, pypy3.9]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Install dependencies
run: |
sudo apt-get update -qq
Expand Down

0 comments on commit 205413f

Please sign in to comment.