Skip to content

Commit 7fb3ffb

Browse files
authored
Merge pull request sfall-team#601 from sfall-team/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents c794acd + 046947d commit 7fb3ffb

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)