Skip to content

Commit

Permalink
updats CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Mar 1, 2025
1 parent bc442cd commit 3eddf90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run_tests: ${{ steps.changes.outputs.run_tests }}
steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
- id: changes
name: Check for file changes
uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0
Expand All @@ -35,7 +35,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v2

- name: Install dependencies
Expand All @@ -47,7 +47,7 @@ jobs:
pkg_meta:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v2

- name: Install dependencies
Expand Down

0 comments on commit 3eddf90

Please sign in to comment.