We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f58ce2 commit ae59fbbCopy full SHA for ae59fbb
1 file changed
.github/workflows/push.yml
@@ -13,7 +13,7 @@ jobs:
13
env:
14
GITHUB_BRANCH: gh-pages
15
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
16
- HUGO_VERSION: "0.155.3"
+ HUGO_VERSION: "0.157.0"
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v3
@@ -62,7 +62,7 @@ jobs:
62
runs-on: ubuntu-latest
63
64
- name: Push
65
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
66
with:
67
clean: true
68
repository: sysarmy/sysarmy.github.io
0 commit comments