Skip to content

Commit 47d00d0

Browse files
Merge pull request #37 from TheAlgorithms/dependabot/github_actions/dot-github/workflows/actions/checkout-6
2 parents 423dc57 + d460db0 commit 47d00d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_code_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: check format code
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Install fprettify
1919
run: pip install fprettify

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Display versions
2727
run: |

0 commit comments

Comments
 (0)