Skip to content

Commit abad314

Browse files
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 3ec97ff commit abad314

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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/[email protected]
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/[email protected]
@@ -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/[email protected]

.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)