diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a9cbeb..104e3c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Bun uses: oven-sh/setup-bun@v2 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 337f692..af5ec6b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Starlight's `lastUpdated` feature reads Git history to show # the per-page last-modified date. Full history (`0`) lets diff --git a/.github/workflows/integration-brokers.yml b/.github/workflows/integration-brokers.yml index 00c01a1..75825d5 100644 --- a/.github/workflows/integration-brokers.yml +++ b/.github/workflows/integration-brokers.yml @@ -75,7 +75,7 @@ jobs: name: ${{ matrix.broker.image }} (${{ matrix.broker.dir }}) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Bun # Only needed to expose `bun run test:integration:` diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d872eb1..6f867c5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -56,7 +56,7 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Bun # Only needed to expose `bun run test:integration` as the diff --git a/.github/workflows/multi-runtime.yml b/.github/workflows/multi-runtime.yml index 3dc09d9..2340c05 100644 --- a/.github/workflows/multi-runtime.yml +++ b/.github/workflows/multi-runtime.yml @@ -51,7 +51,7 @@ jobs: runtime: [bun, node, deno] name: smoke (${{ matrix.runtime }}) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Every job needs Bun even for the Node/Deno runs because the # build step (`bun run build`) emits `dist/` which Node/Deno @@ -105,7 +105,7 @@ jobs: runs-on: ubuntu-latest name: bun unit suite steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: oven-sh/setup-bun@v2 with: bun-version: latest diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 698b00f..92c8d3e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Bun uses: oven-sh/setup-bun@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 051dbf5..b40873d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Bun uses: oven-sh/setup-bun@v2