Skip to content

Commit 5490b03

Browse files
committed
Attempt to fix docs publish action
1 parent 2028eba commit 5490b03

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repo
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 1
2121

2222
- name: Checkout live docs repo
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
repository: FlaxEngine/FlaxDocsHost
2626
path: _site
@@ -38,7 +38,7 @@ jobs:
3838
sudo apt-get install mono-complete --yes
3939
4040
- name: Get .NET
41-
uses: actions/setup-dotnet@v3
41+
uses: actions/setup-dotnet@v5
4242
with:
4343
dotnet-version: 8.0.x
4444

@@ -77,7 +77,7 @@ jobs:
7777
git commit -m "$SUBJECT" -m "Original commit: $COMMIT_HASH"
7878
7979
- name: Push changes
80-
uses: ad-m/github-push-action@master
80+
uses: ad-m/github-push-action@v1.1.0
8181
with:
8282
github_token: ${{ secrets.API_TOKEN_GITHUB }}
8383
branch: master

0 commit comments

Comments
 (0)