Skip to content

Commit

Permalink
ci: Update Actions versions in ci-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila authored Nov 18, 2024
1 parent dfd873f commit b6e66c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Dependencies
Expand Down

0 comments on commit b6e66c6

Please sign in to comment.