Skip to content

Commit 6e2574a

Browse files
committed
Try updating checkout actions from v2 to v4
1 parent f58bd14 commit 6e2574a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: ubuntu-latest
136136
steps:
137137
- name: Checkout Repository
138-
uses: actions/checkout@v2
138+
uses: actions/checkout@v4
139139

140140
- name: Setup CommandBox
141141
uses: elpete/[email protected]
@@ -166,7 +166,7 @@ jobs:
166166
needs: tests
167167
runs-on: ubuntu-latest
168168
steps:
169-
- uses: actions/checkout@v2
169+
- uses: actions/checkout@v4
170170
- uses: Ortus-Solutions/commandbox-action@v1
171171
env:
172172
box_config_endpoints_forgebox_APIToken: ${{ secrets.FORGEBOX_TOKEN }}

0 commit comments

Comments
 (0)