We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2028eba commit 5490b03Copy full SHA for 5490b03
1 file changed
.github/workflows/docs-publish.yml
@@ -15,12 +15,12 @@ jobs:
15
16
steps:
17
- name: Checkout repo
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
with:
20
fetch-depth: 1
21
22
- name: Checkout live docs repo
23
24
25
repository: FlaxEngine/FlaxDocsHost
26
path: _site
@@ -38,7 +38,7 @@ jobs:
38
sudo apt-get install mono-complete --yes
39
40
- name: Get .NET
41
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v5
42
43
dotnet-version: 8.0.x
44
@@ -77,7 +77,7 @@ jobs:
77
git commit -m "$SUBJECT" -m "Original commit: $COMMIT_HASH"
78
79
- name: Push changes
80
- uses: ad-m/github-push-action@master
+ uses: ad-m/github-push-action@v1.1.0
81
82
github_token: ${{ secrets.API_TOKEN_GITHUB }}
83
branch: master
0 commit comments