Skip to content

Commit f8b231c

Browse files
authored
Merge pull request #5 from nowo-tech/dependabot/github_actions/actions/checkout-7
chore(ci): bump actions/checkout from 6 to 7
2 parents d7d2a03 + b28b663 commit f8b231c

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout code
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242

4343
- name: Setup PHP
4444
uses: shivammathur/setup-php@v2
@@ -99,7 +99,7 @@ jobs:
9999

100100
steps:
101101
- name: Checkout code
102-
uses: actions/checkout@v6
102+
uses: actions/checkout@v7
103103
with:
104104
token: ${{ secrets.GITHUB_TOKEN }}
105105
fetch-depth: 0
@@ -141,7 +141,7 @@ jobs:
141141

142142
steps:
143143
- name: Checkout code
144-
uses: actions/checkout@v6
144+
uses: actions/checkout@v7
145145

146146
- name: Setup PHP
147147
uses: shivammathur/setup-php@v2
@@ -161,7 +161,7 @@ jobs:
161161

162162
steps:
163163
- name: Checkout code
164-
uses: actions/checkout@v6
164+
uses: actions/checkout@v7
165165

166166
- name: Setup PHP
167167
uses: shivammathur/setup-php@v2

.github/workflows/coderabbit.yml

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

4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
with:
4646
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4747
fetch-depth: 0

.github/workflows/release.yml

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

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
with:
2525
fetch-depth: 0 # Required to get full history and tag message
2626

.github/workflows/sync-releases.yml

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

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0 # Required to get all tags and history
2424

0 commit comments

Comments
 (0)