Skip to content

Commit 022e057

Browse files
author
seven
committed
update workflow
1 parent a339350 commit 022e057

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-to-production.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
runs-on: ubuntu-latest
2828

2929
steps:
30-
- uses: actions/checkout@v4.1.1
30+
- uses: actions/checkout@v4.2.2
3131
# see: https://github.com/actions/checkout
3232
with:
3333
submodules: recursive
3434
fetch-depth: 1
3535

3636
- name: Cache Hugo resources
37-
uses: actions/cache@v4.0.2
37+
uses: actions/cache@v4.2.2
3838
env:
3939
cache-name: cache-hugo-resources
4040
with:
@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- name: Download Artifact
9494
# see: https://github.com/actions/download-artifact
95-
uses: actions/[email protected].5
95+
uses: actions/[email protected].9
9696
with:
9797
name: github-pages
9898
path: ./public

0 commit comments

Comments
 (0)