github actions: update checkout actions to v4 (#870)

This commit is contained in:
kokomo123
2024-09-24 19:03:17 -04:00
committed by GitHub
parent 53d8166a2b
commit 2986dcc22c
5 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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