Skip to content

Commit

Permalink
Bump GHA checkout from v2 to v4 (#1620)
Browse files Browse the repository at this point in the history
Bump GHA setup-python from v2 to v3
  • Loading branch information
trevorbaca authored Jan 22, 2025
1 parent cbe4965 commit 2254e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
python-version: ["3.12", "3.13"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Set environment variables
Expand Down

0 comments on commit 2254e5a

Please sign in to comment.