Skip to content

Commit 3ae25f8

Browse files
committed
update actions to later versions to account for githiubs move from node16 to node20
1 parent 52a3512 commit 3ae25f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/buildRelease.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
steps:
124124
# Checkout the actions for this repo owner
125125
- name: Checkout Actions
126-
uses: actions/checkout@v3
126+
uses: actions/checkout@v4
127127
with:
128128
repository: ${{ github.repository_owner }}/.github
129129
path: ./Actions_${{ github.sha }}
@@ -158,7 +158,7 @@ jobs:
158158

159159
# Checkout the actions for this repo owner
160160
- name: Checkout Actions
161-
uses: actions/checkout@v3
161+
uses: actions/checkout@v4
162162
with:
163163
repository: ${{ github.repository_owner }}/.github
164164
path: ./Actions_${{ github.sha }}
@@ -186,7 +186,7 @@ jobs:
186186
187187
# Checkout the maiko branch
188188
- name: Checkout
189-
uses: actions/checkout@v3
189+
uses: actions/checkout@v4
190190

191191
# Setup release tag
192192
- name: Setup Release Tag
@@ -228,7 +228,7 @@ jobs:
228228
steps:
229229
# Checkout the actions for this repo owner
230230
- name: Checkout Actions
231-
uses: actions/checkout@v3
231+
uses: actions/checkout@v4
232232
with:
233233
repository: ${{ github.repository_owner }}/.github
234234
path: ./Actions_${{ github.sha }}

0 commit comments

Comments
 (0)