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
2 changes: 1 addition & 1 deletion .github/workflows/cargo-deny-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- licenses
- sources
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check ${{ matrix.checks }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Run Claude Code Review
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
actions: read # Required for Claude to read CI results on PRs
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Clean up stale apps
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.base-ref || github.ref_name }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# checkout time (~75s). We only need:
# - release/* branches (fetched in the next step)
# - *-nightly.* tags (fetched in the step after that)
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 1
fetch-tags: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: recursive

Expand All @@ -41,7 +41,7 @@ jobs:
id: docgen

- name: Upload pages artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v5

# Deployment job
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/error-glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ./.github/actions/setup-rust
- name: Generate Error Glossary
run: dev/gen-error-glossary
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fh-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ./.github/actions/setup-nix
with:
github-token: ${{ github.token }}
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ./.github/actions/setup-nix
with:
github-token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flaky-failure-watcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: github.event.workflow_run.conclusion == 'failure'
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ignored-tests-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
feature_flag: "--features d14n"
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Cache
uses: WarpBuilds/rust-cache@v2
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
feature_flag: "--features d14n"
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Cache
uses: WarpBuilds/rust-cache@v2
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
issues: write
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Download all artifacts
uses: actions/download-artifact@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Lint (Android)
runs-on: warp-ubuntu-latest-x64-16x
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ./.github/actions/setup-nix
with:
github-token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- uses: ./.github/actions/setup-nix
with:
github-token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Lint (iOS)
runs-on: warp-macos-15-arm64-6x
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ./.github/actions/setup-nix
with:
github-token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- uses: ./.github/actions/setup-nix
with:
github-token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: warp-ubuntu-latest-x64-16x
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- uses: ./.github/actions/setup-nix
with:
github-token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: warp-ubuntu-latest-x64-16x
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- uses: ./.github/actions/setup-nix
with:
github-token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: warp-ubuntu-latest-x64-16x
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- uses: ./.github/actions/setup-nix
with:
github-token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
android: ${{ steps.filter.outputs.android }}
config: ${{ steps.filter.outputs.config }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: dorny/paths-filter@v4
id: filter
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: bufbuild/buf-setup-action@v1.50.0
- uses: ./.github/actions/setup-rust
- name: Install protoc
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 @@ -68,7 +68,7 @@ jobs:
version: ${{ inputs.version }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Download build artifacts
if: ${{ inputs.artifact-pattern != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-keepalive-probe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

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

- name: Capture commit metadata
id: vars
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push-xdbg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Lint shell scripts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ludeeus/action-shellcheck@2.0.0
with:
scandir: './apps/xmtp_debug/docker'
Expand All @@ -47,7 +47,7 @@ jobs:

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

- name: Capture commit metadata
id: vars
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
environment: [testnet]
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Deploy to ${{ matrix.environment }}
uses: xmtp-labs/terraform-deployer@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}
- uses: ./.github/actions/setup-release-tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-browser-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}
- uses: ./.github/actions/setup-release-tools
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
NIX_DEVSHELL: js
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-gate-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sha: ${{ steps.sha.outputs.sha }}
gate-skip: ${{ steps.gate.outputs.gate-skip }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}
fetch-depth: 1
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
# legitimate "nothing to release" nightly that downstream jobs skip.
nothing-pending: ${{ steps.pending.outputs.nothing-pending }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
dynamic-artifact-url: ${{ steps.release.outputs.dynamic-artifact-url }}
dynamic-checksum: ${{ steps.checksum.outputs.dynamic-checksum }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}
- uses: ./.github/actions/setup-release-tools
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
outputs:
version: ${{ needs.build-and-package.outputs.version }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}
fetch-depth: 0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-kotlin-bindings-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
output_target: arm64-v8a
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- uses: ./.github/actions/setup-nix
with:
github-token: ${{ github.token }}
Expand All @@ -49,7 +49,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Download artifacts
uses: actions/download-artifact@v8
with:
Expand All @@ -62,7 +62,7 @@ jobs:
id: slug
run: echo "sha7=$(echo "${GITHUB_SHA}" | cut -c1-7)" >> "$GITHUB_OUTPUT"
- name: Create release and upload asset
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
files: ./bindings/mobile/LibXMTPKotlinFFI.zip
tag_name: kotlin-bindings-${{ steps.slug.outputs.sha7 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-mls-validation-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
IMAGE: ghcr.io/${{ github.repository_owner }}/mls-validation-service
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install toml-cli
run: cargo install toml-cli
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
environment: [ dev, production, testnet ]
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Deploy to ${{ matrix.environment }}
uses: xmtp-labs/terraform-deployer@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-node-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}
- uses: ./.github/actions/setup-release-tools
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
NIX_DEVSHELL: js
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.ref }}

Expand Down
Loading
Loading