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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: ${{ inputs.submodules }}

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

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v20
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- id: sanitize-input-targets
env:
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
# Phase 1: set up

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: ${{ inputs.submodules }}

Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
# Phase 1: set up

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: ${{ inputs.submodules }}

Expand Down
2 changes: 1 addition & 1 deletion semantic-release-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
using: composite
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# Fetch all history and tags so semantic-release can calculate the next release version.
# (Even though _we_ have alerady calculated the next version, semantic-release will do it again.)
Expand Down
2 changes: 1 addition & 1 deletion semantic-release-library/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
using: composite
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# Fetch all history and tags for calculating next semantic version
fetch-depth: 0
Expand Down