Skip to content

Commit 6d0ab87

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-6
2 parents 799f68d + a467f98 commit 6d0ab87

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mdbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
cargo install --version ${MDBOOK_VERSION} mdbook
3939
- name: Setup Pages
4040
id: pages
41-
uses: actions/configure-pages@v3
41+
uses: actions/configure-pages@v5
4242
- name: Build with mdBook
4343
run: mdbook build
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v3
45+
uses: actions/upload-pages-artifact@v4
4646
with:
4747
path: ./book
4848

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v6
19-
- uses: actions/setup-python@v5
19+
- uses: actions/setup-python@v6
2020
- uses: pre-commit/action@v3.0.1

.github/workflows/python_clazy_tidy_valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- uses: actions/checkout@v6
6262

63-
- uses: actions/setup-python@v5
63+
- uses: actions/setup-python@v6
6464
with:
6565
cache: "pip"
6666
cache-dependency-path: ".github/workflows/pip-requirements.txt"

0 commit comments

Comments
 (0)