Skip to content

Commit 2846686

Browse files
dependabot[bot]darksaid98
authored andcommitted
ci: bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 596f96d commit 2846686

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/stage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ${{ inputs.os }}
5353
steps:
5454
- name: Checkout Repository
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
with:
5757
fetch-depth: 1 # Shallow clone for faster checkout
5858

@@ -115,7 +115,7 @@ jobs:
115115
# Checkout repository
116116
- name: Checkout Repository
117117
if: ${{ !contains(github.ref_name, inputs.prerelease_suffix) }}
118-
uses: actions/checkout@v5
118+
uses: actions/checkout@v6
119119
with:
120120
fetch-depth: 1 # Shallow clone for faster checkout
121121

@@ -141,7 +141,7 @@ jobs:
141141
runs-on: ${{ inputs.os }}
142142
steps:
143143
- name: Checkout Repository
144-
uses: actions/checkout@v5
144+
uses: actions/checkout@v6
145145
with:
146146
fetch-depth: 1 # Shallow clone for faster checkout
147147

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{ inputs.os }}
4040
steps:
4141
- name: Checkout Repository
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 1 # Shallow clone for faster checkout
4545

0 commit comments

Comments
 (0)