Skip to content

Commit 35d2c95

Browse files
Bump actions/checkout from 4.1.6 to 4.1.7 (#111)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86a122a commit 35d2c95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hugo-deploy.yml

+1-1
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/[email protected].6
13+
- uses: actions/[email protected].7
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

+1-1
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/[email protected].6
12+
- uses: actions/[email protected].7
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:

0 commit comments

Comments
 (0)