Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/autoeq-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install check dependencies
run: |
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref }}

Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:

- name: Check out repository
if: ${{ needs.changes.outputs.release_metadata == 'true' }}
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Check local release metadata status
if: ${{ needs.changes.outputs.release_metadata == 'true' }}
Expand All @@ -188,7 +188,7 @@ jobs:

- name: Check out repository
if: ${{ needs.changes.outputs.tooling == 'true' }}
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Cache pip downloads
if: ${{ needs.changes.outputs.tooling == 'true' }}
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:

- name: Check out repository
if: ${{ needs.changes.outputs.test == 'true' }}
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Cache pip downloads and wheels
if: ${{ needs.changes.outputs.test == 'true' }}
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Configure Flathub remote
run: |
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
run: exit 1

- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install Flatpak and PipeWire test dependencies
run: |
Expand Down Expand Up @@ -463,7 +463,7 @@ jobs:
run: exit 1

- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install headless PipeWire runtime dependencies
run: |
Expand Down Expand Up @@ -506,7 +506,7 @@ jobs:
run: exit 1

- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install live UI runtime dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Dependency review
uses: actions/dependency-review-action@v5
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.target }}

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.target }}
fetch-depth: 0
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.target }}

Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.target }}
fetch-depth: 0
Expand All @@ -226,7 +226,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.target }}

Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.target }}

Expand Down