mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-18 16:17:30 +01:00
github actions: update checkout actions to v4 (#870)
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
url: https://github.com/awesome-selfhosted/awesome-selfhosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
- run: make install
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
url: https://github.com/awesome-selfhosted/awesome-selfhosted-html
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
- run: make install
|
||||
|
||||
2
.github/workflows/check-dead-links.yml
vendored
2
.github/workflows/check-dead-links.yml
vendored
@@ -17,6 +17,6 @@ jobs:
|
||||
if: github.repository == 'awesome-selfhosted/awesome-selfhosted-data'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: make install
|
||||
- run: make url_check
|
||||
|
||||
@@ -17,6 +17,6 @@ jobs:
|
||||
if: github.repository == 'awesome-selfhosted/awesome-selfhosted-data'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: make install
|
||||
- run: make awesome_lint_strict
|
||||
|
||||
2
.github/workflows/daily-update-metadata.yml
vendored
2
.github/workflows/daily-update-metadata.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
if: github.repository == 'awesome-selfhosted/awesome-selfhosted-data'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: make install
|
||||
- run: make update_metadata
|
||||
- name: commit and push changes
|
||||
|
||||
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
syntax-checks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: make install
|
||||
- run: make awesome_lint
|
||||
- run: make export_markdown
|
||||
|
||||
Reference in New Issue
Block a user