URI: 
       github: Use SHA versions - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 1fd3320dcfa9721a2033cbf42e46034479b5cdac
   DIR parent 0fb2b3d14353cc53b7473ae5fa3373969c295c1e
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Wed,  5 Oct 2022 16:37:37 +0200
       
       github: Use SHA versions
       
       Diffstat:
         M .github/workflows/test.yml          |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
       @@ -18,9 +18,9 @@ jobs:
            runs-on: ${{ matrix.os }}
            steps:
            - name: Checkout code
       -      uses: actions/checkout@v3
       +      uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
            - name: Install Go
       -      uses: actions/setup-go@v3
       +      uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
              with:
                go-version: ${{ matrix.go-version }}
                check-latest: true