Skip to content

Commit

Permalink
fix: Use checkout action v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Oct 26, 2022
1 parent f1b3c89 commit be43336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/.github/workflows/ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.5
uses: actions/checkout@v3

- name: Set up PDM
uses: pdm-project/setup-pdm@v3
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.5
uses: actions/checkout@v3

- name: Set up PDM
uses: pdm-project/setup-pdm@v3
Expand Down

0 comments on commit be43336

Please sign in to comment.