diff --git a/.github/workflows/hugo-deploy.yml b/.github/workflows/hugo-deploy.yml index 5b46f64..34bd4f1 100644 --- a/.github/workflows/hugo-deploy.yml +++ b/.github/workflows/hugo-deploy.yml @@ -10,7 +10,7 @@ jobs: if: github.repository_owner == 'brainhackorg' runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/issue-to-page.yml b/.github/workflows/issue-to-page.yml index ef63c85..452446f 100644 --- a/.github/workflows/issue-to-page.yml +++ b/.github/workflows/issue-to-page.yml @@ -9,7 +9,7 @@ jobs: if: github.repository_owner == 'brainhackorg' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Set up Python uses: actions/setup-python@v4 with: