mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Dalton Hubble
parent
287884436e
commit
de13f67741
2
.github/workflows/mkdocs-pages.yaml
vendored
2
.github/workflows/mkdocs-pages.yaml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
steps:
|
||||
# Checkout repo to GitHub Actions runner
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Install Python
|
||||
- name: Setup Python
|
||||
|
||||
Reference in New Issue
Block a user