Skip to content

Commit c911997

Browse files
Merge pull request #39 from TheAlgorithms/dependabot/github_actions/dot-github/workflows/actions/checkout-7
Bump actions/checkout from 6 to 7 in /.github/workflows
2 parents 8081dff + dcaa218 commit c911997

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@v6
16+
- uses: actions/checkout@v7
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@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Display versions
2727
run: |

0 commit comments

Comments
 (0)