Skip to content

Commit 88e9aa7

Browse files
chore(deps): update actions/checkout action to v4
1 parent aa8dd68 commit 88e9aa7

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@v1

.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)