Skip to content

Commit eabbaf1

Browse files
authored
Merge pull request #21 from kas-gui/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 7b6f6a2 + 88e9aa7 commit eabbaf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
url: https://kas-gui.github.io/tutorials/
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Setup mdBook
2424
uses: peaceiris/actions-mdbook@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Test examples
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Install toolchain
1919
uses: actions-rs/toolchain@v1
2020
with:

0 commit comments

Comments
 (0)