Skip to content

Commit

Permalink
Update more GHA action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 3, 2024
1 parent 3b85875 commit a3d58d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Git clone
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

steps:
- name: Git clone
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python ${{ env.default_python || '3.12' }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit a3d58d8

Please sign in to comment.