Skip to content

Commit 330ee1e

Browse files
authored
Merge pull request #4 from yaniv-golan/dependabot/github_actions/actions/checkout-6
ci(deps): bump actions/checkout from 4 to 6
2 parents 139d452 + 1e93ce3 commit 330ee1e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-docs-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/pre-commit.yml

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

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0 # Full history for better pre-commit caching
1919

.github/workflows/tests.yml

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

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Set up Python
1919
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)