Skip to content

Commit de3dd9b

Browse files
authored
Merge pull request #27 from coldbox-modules/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 435e518 + fb21204 commit de3dd9b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout Repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- uses: Ortus-Solutions/commandbox-action@v1.0.3
2929
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
issues: write
3939
steps:
4040
- name: Checkout Repository
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242

4343
- name: Setup CommandBox
4444
uses: Ortus-Solutions/setup-commandbox@v2.0.1
@@ -170,7 +170,7 @@ jobs:
170170
steps:
171171
# Checkout development
172172
- name: Checkout Repository
173-
uses: actions/checkout@v5
173+
uses: actions/checkout@v6
174174
with:
175175
ref: development
176176

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
contents: write
3131
checks: write
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434

3535
- name: Auto-format
3636
uses: Ortus-Solutions/commandbox-action@v1.0.3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
experimental: true
4141
steps:
4242
- name: Checkout Repository
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444

4545
# DATABASE SETUP: uncomment if you need to setup a database
4646
# - name: Setup Database and Fixtures

0 commit comments

Comments
 (0)