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
8 changes: 4 additions & 4 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: rustsec/audit-check@v2
with:
Expand All @@ -38,10 +38,10 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: github.event_name != 'pull_request'

- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: github.event_name == 'pull_request'
with:
# By default github will checkout a ref of the HEAD merged into the
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Comment about audit fix PR on original PR
if: github.event_name == 'pull_request' && steps.create-pull-request.outputs.pull-request-number
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
steps:
- name: Dependabot metadata
uses: dependabot/fetch-metadata@v2.3.0
uses: dependabot/fetch-metadata@v2.4.0
id: metadata
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
# Don't run on closed unmerged pull requests
if: github.event.pull_request.merged
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Create backport pull requests
uses: korthout/backport-action@v3
12 changes: 6 additions & 6 deletions .github/workflows/benchmark-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: taiki-e/install-action@just

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Enable Rust Caching
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: buildjet-16vcpu-ubuntu-2204-arm
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Enable Rust Caching
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -125,16 +125,16 @@ jobs:
bridge-tag: ${{ steps.bridge.outputs.tags }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Download executables AMD
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: x86_64-unknown-linux-gnu-services-bench
path: target/amd64/release

- name: Download executables ARM
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: aarch64-unknown-linux-gnu-services-bench
path: target/arm64/release
Expand Down Expand Up @@ -378,7 +378,7 @@ jobs:
- uses: taiki-e/install-action@just

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Pull docker images
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-crypto-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -89,10 +89,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Download all Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
path: target/lib

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

# NOTE: no rust cache, this isn't a time critical job

Expand All @@ -36,7 +36,7 @@ jobs:
cargo check --all-targets

- name: Comment on PR
uses: actions/github-script@v7
uses: actions/github-script@v8
if: failure() && github.event_name == 'pull_request'
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: rui314/setup-mold@v1

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Enable Rust Caching
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- uses: rui314/setup-mold@v1

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Enable Rust Caching
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -188,10 +188,10 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Download executables AMD
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
pattern: amd-*
path: target/amd64/release
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:

- name: Build and push docker (non-PR)
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build
with:
context: .
Expand Down Expand Up @@ -296,10 +296,10 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Download executables ARM
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
pattern: arm-*
path: target/arm64/release
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Download digests
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
pattern: "digests-${{ matrix.service }}-*"
path: "${{ runner.temp }}/digests"
Expand Down Expand Up @@ -429,10 +429,10 @@ jobs:
- uses: taiki-e/install-action@just

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
path: ${{ runner.temp }}/docker-images
pattern: "*-docker-image"
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
- uses: taiki-e/install-action@just

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set docker image tag for compose
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: taiki-e/install-action@just

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
skipPush: ${{ github.actor == 'dependabot[bot]' }}

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
skipPush: ${{ github.actor == 'dependabot[bot]' }}

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

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

- uses: dtolnay/rust-toolchain@nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- uses: taiki-e/install-action@just

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hotshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: taiki-e/install-action@just
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- id: set-matrix
run: echo "matrix=$(just hotshot::matrix)" >> "$GITHUB_OUTPUT"

Expand All @@ -31,7 +31,7 @@ jobs:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Checkout Repository

- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Checkout Repository

- uses: Swatinem/rust-cache@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
Expand All @@ -34,7 +34,7 @@ jobs:
name: clippy (postgres)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
Expand All @@ -48,7 +48,7 @@ jobs:
name: clippy (embedded-db)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: Swatinem/rust-cache@v2
with:
save-if: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix-env-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
skipPush: ${{ github.actor == 'dependabot[bot]' }}

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slowtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: rui314/setup-mold@v1

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# NOTE: no rust cache, these tests are very slow anyway

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: rui314/setup-mold@v1

- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# NOTE: no rust cache, these tests are very slow anyway

Expand Down
Loading
Loading