Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
ci: update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Mauroy committed Feb 8, 2024
1 parent 0e7d6e2 commit 3b8f91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/export-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

- name: Setup Python & PDM
uses: pdm-project/setup-pdm@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Tests on ${{ matrix.os }} using py${{ matrix.python-version }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }} & PDM
uses: pdm-project/setup-pdm@v4
Expand Down

0 comments on commit 3b8f91b

Please sign in to comment.