Skip to content

Commit d3fa5fa

Browse files
authored
Merge pull request #317 from semantic-release-action/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents d2d90b3 + 5c7f117 commit d3fa5fa

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
submodules: ${{ inputs.submodules }}
3434

.github/workflows/host_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Install Nix
2020
uses: DeterminateSystems/nix-installer-action@v17

.github/workflows/release-binary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Checkout
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070

7171
- id: sanitize-input-targets
7272
env:
@@ -249,7 +249,7 @@ jobs:
249249
# Phase 1: set up
250250

251251
- name: Checkout
252-
uses: actions/checkout@v4
252+
uses: actions/checkout@v5
253253
with:
254254
submodules: ${{ inputs.submodules }}
255255

@@ -317,7 +317,7 @@ jobs:
317317
# Phase 1: set up
318318

319319
- name: Checkout
320-
uses: actions/checkout@v4
320+
uses: actions/checkout@v5
321321
with:
322322
submodules: ${{ inputs.submodules }}
323323

semantic-release-binary/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
using: composite
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
# Fetch all history and tags so semantic-release can calculate the next release version.
5555
# (Even though _we_ have alerady calculated the next version, semantic-release will do it again.)

semantic-release-library/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
using: composite
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
# Fetch all history and tags for calculating next semantic version
3939
fetch-depth: 0

0 commit comments

Comments
 (0)