Skip to content

Commit

Permalink
.github/workflows/Test.yml: fixed actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Nov 9, 2024
1 parent 22abafd commit 023e7b7
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 @@ -14,7 +14,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: '📓 BuildTheDocs (BTD)'
uses: buildthedocs/btd@v0
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: '⚙️ Install dependencies'
run: |
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: '⚙️ Install dependencies'
run: |
Expand Down

0 comments on commit 023e7b7

Please sign in to comment.