Skip to content

Commit 1fddf34

Browse files
committed
update version of actions
1 parent d987e8d commit 1fddf34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hugo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
submodules: true # Fetch Hugo themes (true OR recursive)
2222
fetch-depth: 2 # Fetch enough history for HEAD~1
@@ -46,7 +46,7 @@ jobs:
4646
echo "changed-files actual list: ${{ steps.changed-files-key.outputs.debug_changed_files_list }}"
4747
4848
- name: Upload Hugo source artifact
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
# Cache only the specific directories and files needed for the Hugo build, and not capturing the full .git folder.
5252
path: |
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Download Hugo source artifact
78-
uses: actions/download-artifact@v3
78+
uses: actions/download-artifact@v4
7979
with:
8080
name: hugo-source-files
8181
path: . # Download to the root of the workspace
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Cache Hugo build outputs
9090
id: cache-hugo-build
91-
uses: actions/cache@v3
91+
uses: actions/cache@v4
9292
with:
9393
# Cache Hugo's generated 'public' directory and 'resources' directory
9494
path: |

0 commit comments

Comments
 (0)