Skip to content

Commit 08378b5

Browse files
authored
Merge pull request #2942 from pyrevitlabs/dependabot/github_actions/develop/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 31624bb + 307d85b commit 08378b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
docs:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929

3030
- name: Prepare Python 3.10
3131
uses: actions/setup-python@v6

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "commit: ${{ github.sha }}"
4747
4848
- name: Checkout Repository
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050
with:
5151
fetch-depth: 0
5252
submodules: recursive

0 commit comments

Comments
 (0)