mirror of
https://github.com/Ravencentric/awesome-arr.git
synced 2026-04-25 10:16:02 +02:00
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:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user