Skip to content

Commit 87176f7

Browse files
authored
Merge pull request #486 from MC-kit/dependabot/github_actions/devel/actions/checkout-7
build(deps): bump actions/checkout from 5 to 7
2 parents 485d5e9 + e2174d3 commit 87176f7

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/combine-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
console.log('Combined: ' + combined);
101101
return combined
102102
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
103-
- uses: actions/checkout@v5
103+
- uses: actions/checkout@v7
104104
with:
105105
fetch-depth: 0
106106
# Creates a branch with other PR branches merged together

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030

3131
- name: Run labeler
3232
uses: crazy-max/ghaction-github-labeler@v6

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ['3.11', '3.12', '3.13', '3.14']
2626
steps:
2727
- name: Check out the repository
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v7
2929
with:
3030
fetch-depth: 1
3131
submodules: 'true'

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
!contains(github.event.head_commit.message, '[skip_ci]')
5656
steps:
5757
- name: ✅ Check out the repository
58-
uses: actions/checkout@v6
58+
uses: actions/checkout@v7
5959

6060
- name: 📦 Install uv
6161
uses: astral-sh/setup-uv@v7
@@ -77,7 +77,7 @@ jobs:
7777
# !contains(github.event.head_commit.message, '[skip_ci]')
7878
# steps:
7979
# - name: ✅ Check out the repository
80-
# uses: actions/checkout@v5
80+
# uses: actions/checkout@v7
8181

8282
# - name: 📦 Install uv
8383
# uses: astral-sh/setup-uv@v6
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
steps:
104104
- name: ✅ Check out the repository
105-
uses: actions/checkout@v5
105+
uses: actions/checkout@v7
106106
with:
107107
fetch-depth: 1
108108
submodules: 'true'
@@ -140,7 +140,7 @@ jobs:
140140
steps:
141141

142142
- name: ✅ Checkout repository
143-
uses: actions/checkout@v6
143+
uses: actions/checkout@v7
144144
with:
145145
fetch-depth: 1
146146
submodules: 'true'

0 commit comments

Comments
 (0)