Skip to content
Open
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/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
state_schema: ${{ steps.version.outputs.state_schema }}
steps:
- name: Checkout selected commit
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
image_suffix: "-updater"
steps:
- name: Checkout beta tag
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
ref: ${{ needs.tag.outputs.version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/brand-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bundled-driver-pin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Check the snapshot and comparison order
run: bash scripts/test-bundled-driver-pin-order.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changeset-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
fi

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-base-currency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Compare the pinned suite against Debian stable
id: compare
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/optimizer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
alias: ${{ steps.version.outputs.alias }}
image_exists: ${{ steps.version.outputs.image_exists }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-python@v6
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
needs: validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: '3.12'
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
if: needs.validate.outputs.image_exists != 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
ref: ${{ github.sha }}
- uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
- env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
archive: zip
steps:
- name: Checkout tag
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
# Check out the tag so -X main.Version matches what users install.
ref: ${{ needs.meta.outputs.tag }}
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
description: Sidecar that executes docker compose pull + up for in-app updates
steps:
- name: Checkout tag
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
ref: ${{ needs.meta.outputs.tag }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
version: ${{ steps.publish.outputs.version }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
# changesets/action needs full history so it can detect
# which changesets have already been consumed by past
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-hygiene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rpi-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Validate shell syntax
run: |
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
df -h /

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
ref: ${{ inputs.ref || github.sha }}

Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
base_sha: ${{ steps.paths.outputs.base_sha }}
head_sha: ${{ steps.paths.outputs.head_sha }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
- id: paths
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
if: needs.changes.outputs.core == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: '1.26'
Expand All @@ -140,7 +140,7 @@ jobs:
if: needs.changes.outputs.optimizer == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: '3.12'
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
if: needs.changes.outputs.web == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: '22'
Expand All @@ -188,7 +188,7 @@ jobs:
if: needs.changes.outputs.drivers == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: '1.26'
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
if: needs.changes.outputs.drivers == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-go@v7
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
env:
DEVICE_SUPPORT_TOKEN: ${{ secrets.SOURCEFUL_CI_REPO_TOKEN }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- uses: astral-sh/setup-uv@v7
if: env.DEVICE_SUPPORT_TOKEN != ''
with:
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:

- name: Check out canonical Device Support package source
if: env.DEVICE_SUPPORT_TOKEN != ''
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: ${{ steps.baseline.outputs.repository }}
ref: ${{ steps.baseline.outputs.commit }}
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
if: needs.changes.outputs.compose == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- run: make compose-migration-test container-boundary-test

# contract/registry.yaml is one file that lives in this repository and in
Expand All @@ -414,7 +414,7 @@ jobs:
name: the registry has not drifted from the app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

# A change that lands in both repositories at once cannot be compared
# against the other one's default branch: the counterpart is not there
Expand All @@ -439,7 +439,7 @@ jobs:

# One file, not the app's whole history.
- name: Check out the app
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: srcfl/ftw-webapp
ref: ${{ steps.pair.outputs.ref }}
Expand Down Expand Up @@ -485,7 +485,7 @@ jobs:
if: needs.changes.outputs.core == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: '1.26'
Expand Down
Loading