Skip to content

Commit

Permalink
bump github action major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Jul 11, 2024
1 parent 92be4b4 commit 78e057a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'preview')
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.X'
- name: Install dependencies
Expand Down

0 comments on commit 78e057a

Please sign in to comment.