Skip to content

Commit ac85c83

Browse files
authored
Merge pull request #3 from InteractiveAgents/dependabot/github_actions/actions/checkout-6
chore(deps): Bump actions/checkout from 4 to 6
2 parents 32043d7 + 2d4e9a2 commit ac85c83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: windows-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v4

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727

0 commit comments

Comments
 (0)