Skip to content

chore(deps): update module go:github.com/gohugoio/hugo to v0.153.3 #705

chore(deps): update module go:github.com/gohugoio/hugo to v0.153.3

chore(deps): update module go:github.com/gohugoio/hugo to v0.153.3 #705

Workflow file for this run

---
name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-24.04
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
fetch-depth: 0
- name: Load super-linter configuration
run: grep -v '^#' .github/super-linter.env | grep -v 'FIX_' >> "$GITHUB_ENV"
- name: Super-linter
uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}