Skip to content

Commit

Permalink
Update actions/checkout@v2 to v3
Browse files Browse the repository at this point in the history
Looks like Github is starting to complain about v2 deprecation.

Closes #382
  • Loading branch information
criccomini committed Aug 31, 2023
1 parent c660de2 commit 4a5b769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ['3.10']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build using Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 4a5b769

Please sign in to comment.