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/_release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Print input
run: echo '${{ toJSON(inputs) }}'

- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
ref: ${{ inputs.base }}
token: '${{ secrets.PULL_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
include:
- os: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- run: |
git config --global user.email "ben.steer@pometry.com"
git config --global user.name "Pometry-Team"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
~/.cargo/git/db/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
ref: ${{ inputs.base }}
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
ref: ${{ inputs.base }}
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
~/.cargo/git/db/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
ref: ${{ inputs.base }}
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_release_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
ref: ${{ inputs.base }}
- name: Setup rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bench-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: GraphQL Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
name: Checkout
- name: Install Protoc
uses: arduino/setup-protoc@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
include:
- os: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
name: Checkout
- uses: ./.github/actions/setup_rust
name: Setup Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SCCACHE_DIR: /home/runner/.cache/sccache
SCCACHE_PATH: /home/runner/.cache/sccache
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
name: Checkout
with:
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
name: Checkout
with:
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_release_docker_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Print input
run: echo '${{ toJSON(inputs) }}'

- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
ref: ${{ inputs.base }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
should_run: ${{ steps.should_run.outputs.should_run }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- id: should_run
continue-on-error: true
name: Check latest commit is less than a day
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
ref: ${{ inputs.base }}
- id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_bump_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
~/.cargo/git/db/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- run: |
git config --global user.email "ben.steer@pometry.com"
git config --global user.name "Pometry-Team"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust_format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
rust-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Setup nightly rust
run: |
rustup toolchain install nightly --allow-downgrade -c rustfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: GraphQL Stress Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
name: Checkout
- name: Install Protoc
uses: arduino/setup-protoc@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
os: [ macos-latest, ubuntu-latest, windows-latest ]
runs-on: '${{ matrix.os }}'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
name: Checkout
- uses: maxim-lobanov/setup-xcode@v1
name: Xcode version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_rust_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- os: ubuntu-latest
- os: windows-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- uses: ./.github/actions/setup_rust
name: Setup Rust
- name: Free up space (ubuntu)
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- os: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v7
- uses: ./.github/actions/setup_rust
name: Setup Rust
- name: Install Protoc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
name: Checkout
- uses: ./.github/actions/setup_rust
name: Setup Rust
Expand Down
Loading