Skip to content

Commit 9ba918f

Browse files
dependabot[bot]tomeichlersmith
authored andcommitted
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 850f076 commit 9ba918f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
-
2525
name: checkout repository
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
2929
submodules: 'recursive' # for doxygen-awesome-css

0 commit comments

Comments
 (0)