Skip to content

Commit

Permalink
Bump versions of actions/checkout and actions/setup-python (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: William Kearney <[email protected]>
  • Loading branch information
wkearn authored Jul 23, 2024
1 parent ca09e6e commit 5e4cbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 5e4cbf8

Please sign in to comment.