Skip to content

Commit e5575cb

Browse files
Bump actions/checkout from 5 to 6 (#430)
1 parent 67c6b66 commit e5575cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repo
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Use Node.js
2828
uses: actions/setup-node@v6.0.0
@@ -42,7 +42,7 @@ jobs:
4242
dotnet-version: 10.0.x
4343

4444
- name: Checkout Npgsql
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646
with:
4747
repository: npgsql/npgsql
4848
ref: docs
@@ -55,7 +55,7 @@ jobs:
5555
working-directory: Npgsql
5656

5757
- name: Checkout EFCore.PG
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959
with:
6060
repository: npgsql/Npgsql.EntityFrameworkCore.PostgreSQL
6161
ref: docs

0 commit comments

Comments
 (0)