Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3 to 4 #665

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
libsbc-dev
libspandsp-dev
python3-docutils
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create Build Environment
run: |
mkdir -p ${{ github.workspace }}/{build,m4}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
libmpg123-dev
libsbc-dev
libspandsp-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create Build Environment
run: |
mkdir -p ${{ github.workspace }}/{build,m4}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/code-scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
libreadline-dev
libsbc-dev
libspandsp-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
doc8-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run reStructuredText Linter
uses: deep-entertainment/doc8-action@v4
with:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
libreadline-dev
libsbc-dev
libspandsp-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create Build Environment
run: |
mkdir -p ${{ github.workspace }}/{build,m4}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run Markdown Linter
uses: nosborn/github-action-markdown-cli@v3
with:
Expand All @@ -149,7 +149,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run ShellCheck Scan
Expand All @@ -160,7 +160,7 @@ jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run Spell Check
uses: rojopolis/spellcheck-github-actions@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
libmpg123-dev
libsbc-dev
libspandsp-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create Build Environment
run: |
mkdir -p ${{ github.workspace }}/{build,m4}
Expand Down
Loading