Skip to content

Commit 5849a89

Browse files
chore(internal): update actions/checkout version
1 parent 49538f1 commit 5849a89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424

2525
- name: Set up .NET
2626
uses: actions/setup-dotnet@v3
@@ -39,7 +39,7 @@ jobs:
3939
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
4040

4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v6
4343

4444
- name: Set up .NET
4545
uses: actions/setup-dotnet@v3
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ${{ github.repository == 'stainless-sdks/orb-csharp' && 'depot-windows-2022' || 'windows-latest' }}
5656
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v6
5959

6060
- name: Set up .NET
6161
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)