Skip to content

Commit 4254037

Browse files
authored
Update docs.yml
1 parent 4bd4577 commit 4254037

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
permissions:
1010
contents: read
1111
pages: write
12+
id-token: write # Required for actions/deploy-pages
1213

1314
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1415
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
@@ -24,7 +25,7 @@ jobs:
2425
runs-on: ubuntu-latest
2526
steps:
2627
- name: Checkout
27-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2829

2930
- name: .NET Setup
3031
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)