Skip to content

Commit 9f34fd4

Browse files
committed
Merge branch 'master' of https://github.com/sfall-team/sfall into better-docs
2 parents c586696 + 7fb3ffb commit 9f34fd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Clone sfall
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
# Action is used twice for self-testing only
3232
# DevXP build results are intentionally *not* included in artifact

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Setup Python
1616
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)