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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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