diff --git a/.github/workflows/HugoBuild.yml b/.github/workflows/HugoBuild.yml index 8957d1b..ecf3886 100644 --- a/.github/workflows/HugoBuild.yml +++ b/.github/workflows/HugoBuild.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Git checkout - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: submodules: true # To get theme fetch-depth: 0