We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c6b66 commit e5575cbCopy full SHA for e5575cb
1 file changed
.github/workflows/build-documentation.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout repo
25
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
26
27
- name: Use Node.js
28
uses: actions/setup-node@v6.0.0
@@ -42,7 +42,7 @@ jobs:
42
dotnet-version: 10.0.x
43
44
- name: Checkout Npgsql
45
46
with:
47
repository: npgsql/npgsql
48
ref: docs
@@ -55,7 +55,7 @@ jobs:
55
working-directory: Npgsql
56
57
- name: Checkout EFCore.PG
58
59
60
repository: npgsql/Npgsql.EntityFrameworkCore.PostgreSQL
61
0 commit comments