Skip to content

Commit d865bbe

Browse files
Merge pull request #889 from 0xAX/dependabot/github_actions/actions/checkout-6
2 parents bb3dcca + adf2db4 commit d865bbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-code-snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- ubuntu-22.04
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
- name: Setup python
2323
uses: actions/setup-python@v6
2424
with:

.github/workflows/generate-e-books.yaml

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

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Export all supported book formats from the Docker container
2424
run: |

.github/workflows/release-e-books.yaml

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

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Export all supported book formats from the Docker container
2424
run: |

0 commit comments

Comments
 (0)