Use setup-go action to cache dependencies - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit db05232d561725479615ac1c6482dd88745c19e4
(DIR) parent 2734f956c3d97c6a3013af15e28ef653c6f5057e
(HTM) Author: jongwooo <han980817@gmail.com>
Date: Wed, 5 Oct 2022 09:09:39 +0900
Use setup-go action to cache dependencies
Diffstat:
M .github/workflows/test.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
@@ -18,9 +18,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
- uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8
+ uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: ${{ matrix.go-version }}
+ cache: true
- name: Install Ruby
uses: actions/setup-ruby@5f29a1cd8dfebf420691c4c9a0e832e2fae5a526
with: