We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fc851c + 9503d88 commit 0326955Copy full SHA for 0326955
2 files changed
.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.0
+ - uses: actions/checkout@v4.1.1
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@v4
0 commit comments