Skip to content

Commit 0334f95

Browse files
authored
Merge pull request #93 from coldbox-modules/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents b1029f8 + 2197289 commit 0334f95

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
@@ -42,7 +42,7 @@ jobs:
4242
experimental: true
4343
steps:
4444
- name: Checkout Repository
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646

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

0 commit comments

Comments
 (0)