Skip to content

Commit 7874be9

Browse files
committed
Bump checkout action version
1 parent 63ec455 commit 7874be9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v6
1818

1919
- name: Installing Python
2020
uses: actions/setup-python@v6
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v6
4646

4747
- name: Installing Python
4848
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)