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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
timeout-minutes: 10
steps:
- name: 📥 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🔧 Setup Go toolchain
uses: actions/setup-go@v5
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
timeout-minutes: 10
steps:
- name: 📥 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

# The e2e rig runs Ubuntu 26.04 ONLY - a deliberate choice, because a
# structural defect shows up on every release and three distro legs mostly
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
# submodules: recursive brings in tests/helper/bats-core. Without it the
# Makefile would try `git submodule update` against a checkout that has
# no credentials for it, and the failure reads as a bats bug.
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: recursive

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: recursive

Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: recursive

Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: recursive

Expand Down
Loading