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/action-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Tag Action Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.access-token || github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Run actionlint
runs-on: ${{ fromJson(inputs.runs_on_labels) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Merge and Upload Coverage
runs-on: macos-26
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 26.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docc-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
name: ${{ !inputs.dryrun && 'github-pages' || '' }}
url: ${{ !inputs.dryrun && steps.deployment.outputs.page_url || '' }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ inputs.xcodeversion }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
echo "github-hosted: ${{ runner.environment == 'github-hosted' }}"
echo "environment: ${{ inputs.environment }}"
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Docker meta
id: meta
uses: docker/metadata-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: ${{ inputs.workingDirectory }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Create .env file
run: |
echo "${{ secrets.ENV_FILE }}" > ${{ inputs.workingDirectory }}/.env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Run ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Node.js
uses: actions/setup-node@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
working-directory: ${{ inputs.path }}
environment: ${{ inputs.environment }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Check environment
run: |
echo "github-hosted: ${{ runner.environment == 'github-hosted' }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-emulators-exec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run:
working-directory: ${{ inputs.path }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
submodules: ${{ inputs.checkout_submodules }}
lfs: ${{ inputs.checkout_lfs }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Check Markdown Links
runs-on: ${{ fromJson(inputs.runs_on_labels) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Check and Create Linkspector Configuration
run: |
CONFIG_FILE=".linkspector.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Build Next.js Site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Node.js
uses: actions/setup-node@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run:
working-directory: ${{ inputs.workingDirectory }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run:
working-directory: ${{ inputs.working-directory }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Check environment
run: |
echo "github-hosted: ${{ runner.environment == 'github-hosted' }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periphery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run:
working-directory: ${{ inputs.path }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ inputs.xcodeversion }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
name: Check REUSE Compliance
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Check REUSE Compliance
uses: fsfe/reuse-action@v6
2 changes: 1 addition & 1 deletion .github/workflows/swift-api-breaking-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Diagnose Swift API Breaking Changes
runs-on: ${{ fromJson(inputs.runsonlabels) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Fetch base branch
run: git fetch origin "${{ inputs.branch }}:${{ inputs.branch }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-package-breaking-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Diagnose Swift Package API Breaking Changes
runs-on: ${{ fromJson(inputs.runsonlabels) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Fetch base branch
run: git fetch origin "${{ inputs.branch }}:${{ inputs.branch }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-package-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
platform_name: ${{ steps.parse.outputs.platform_name }}
platform_version: ${{ steps.parse.outputs.platform_version }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Parse package manifest
id: parse
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
working-directory: ${{ inputs.path }}
environment: ${{ inputs.environment }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# This is GitHub's way of implementing ternary expressions (see https://docs.github.com/en/actions/learn-github-actions/expressions)
token: ${{ secrets.CHECKOUT_TOKEN != '' && secrets.CHECKOUT_TOKEN || github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run:
working-directory: ${{ inputs.path }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Run SwiftLint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
- name: Install yamllint
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Check trailing whitespace
run: |
if git grep -nI '[[:blank:]]$' -- .; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcarchive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
matrix:
sdk: ${{ fromJson(inputs.sdk) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcframework-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Release XCFramework
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
token: ${{ secrets.access-token || github.token }}
- name: Download artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcframework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ${{ fromJson(inputs.runsonlabels) }}
needs: build-xcarchive
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
token: ${{ secrets.access-token || github.token }}
- uses: maxim-lobanov/setup-xcode@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcode-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
working-directory: ${{ inputs.path }}
environment: ${{ inputs.environment }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# This is GitHub's way of implementing ternary expressions (see https://docs.github.com/en/actions/learn-github-actions/expressions)
token: ${{ secrets.CHECKOUT_TOKEN != '' && secrets.CHECKOUT_TOKEN || github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run:
working-directory: ${{ inputs.path }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# This is GitHub's way of implementing ternary expressions (see https://docs.github.com/en/actions/learn-github-actions/expressions)
token: ${{ secrets.CHECKOUT_TOKEN != '' && secrets.CHECKOUT_TOKEN || github.token }}
Expand Down
Loading