Skip to content

Commit 0326955

Browse files
authored
Merge pull request #201 from brainhackorg/dependabot/github_actions/actions/checkout-4.1.1
Bump actions/checkout from 4.1.0 to 4.1.1
2 parents 6fc851c + 9503d88 commit 0326955

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hugo-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.repository_owner == 'brainhackorg'
1111
runs-on: ubuntu-20.04
1212
steps:
13-
- uses: actions/checkout@v4.1.0
13+
- uses: actions/checkout@v4.1.1
1414
with:
1515
submodules: true # Fetch Hugo themes (true OR recursive)
1616
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

.github/workflows/issue-to-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.repository_owner == 'brainhackorg'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.1.0
12+
- uses: actions/checkout@v4.1.1
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:

0 commit comments

Comments
 (0)