Skip to content

Commit 77c4b35

Browse files
authored
Merge pull request #81 from Zohair-coder/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents b679b23 + f7da12f commit 77c4b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functional_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Functional Test
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Check code formatting with Black
1515
uses: psf/black@stable

0 commit comments

Comments
 (0)