Skip to content

Commit eaecde5

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 (#114)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.2) --- 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 e2dd1da commit eaecde5

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

0 commit comments

Comments
 (0)