Skip to content

Commit d91d01f

Browse files
authored
Merge pull request sfall-team#632 from sfall-team/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 32d06d7 + 6a79b6a commit d91d01f

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@v6
29+
uses: actions/checkout@v7
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@v6
13+
uses: actions/checkout@v7
1414

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

0 commit comments

Comments
 (0)