Skip to content

Commit f78d498

Browse files
authored
Merge pull request #12 from coisa/dependabot/github_actions/actions/checkout-6
GitHub Actions(deps): Bump actions/checkout from 4 to 6
2 parents d6c599e + ae4fd17 commit f78d498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.x

0 commit comments

Comments
 (0)