You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ jobs:
25
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
26
steps:
27
27
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28
-
- uses: actions/checkout@v2
28
+
- uses: actions/checkout@v3
29
29
- name: update package manager database
30
30
run: sudo apt-get update
31
31
- name: "googlechrome: Install xmllint"
@@ -42,7 +42,7 @@ jobs:
42
42
run: |
43
43
python3 ./ryzen-controller/run.py
44
44
- name: Deploy to GitHub Pages
45
-
uses: JamesIves/github-pages-deploy-action@4.1.4
45
+
uses: JamesIves/github-pages-deploy-action@v4.4.1
46
46
with:
47
47
branch: gh-pages
48
48
# The folder in your repository that you want to deploy. If your build script compiles into a directory named build you would put it here. Folder paths cannot have a leading / or ./. If you wish to deploy the root directory you can place a . here.
0 commit comments