Skip to content

Commit 1f7403d

Browse files
chore(deps): update actions/checkout action to v6
1 parent 35cd828 commit 1f7403d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/host_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
3030

semantic-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
using: composite
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
# Fetch all history and tags for calculating next semantic version
2525
fetch-depth: 0

0 commit comments

Comments
 (0)