chore(deps): update actions/checkout action to v4 (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ce9b3fad3d
commit
3f9b1dd909
2 changed files with 2 additions and 2 deletions
2
.github/workflows/awesome-lint.yml
vendored
2
.github/workflows/awesome-lint.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
Awesome_Lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: npx awesome-lint
|
||||
|
|
|
|||
2
.github/workflows/retype-action.yml
vendored
2
.github/workflows/retype-action.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: retypeapp/action-build@latest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue