We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62df4d3 commit 3b5e668Copy full SHA for 3b5e668
.github/workflows/hugo-deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.repository_owner == 'brainhackorg'
11
runs-on: ubuntu-20.04
12
steps:
13
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@v4.2.0
14
with:
15
submodules: true # Fetch Hugo themes (true OR recursive)
16
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
.github/workflows/issue-to-page.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
- name: Set up Python
uses: actions/setup-python@v5
0 commit comments