diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 491f0fa8..f19fb1a5 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest env: GO_VERSION: stable - HUGO_VERSION: '0.117.0' + HUGO_VERSION: ${{vars.HUGO_VERSION}} CGO_ENABLED: 0 steps: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fdc9e133..84a9012a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,8 +13,8 @@ jobs: runs-on: ubuntu-latest env: GO_VERSION: stable - GOLANGCI_LINT_VERSION: v1.56.0 - HUGO_VERSION: '0.117.0' + GOLANGCI_LINT_VERSION: ${{vars.GOLANGCI_LINT_VERSION}} + HUGO_VERSION: ${{vars.HUGO_VERSION}} CGO_ENABLED: 0 LEGO_E2E_TESTS: CI MEMCACHED_HOSTS: localhost:11211