Skip to content

Commit f420d6f

Browse files
committed
merge main
2 parents 3abba0a + 8a4e408 commit f420d6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/development.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Check out code
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
ref: "${{ github.event.pull_request.merge_commit_sha }}"
3535

@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Check out code
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4
7272
with:
7373
ref: "${{ github.event.pull_request.merge_commit_sha }}"
7474

@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- name: Check out code
110-
uses: actions/checkout@v3
110+
uses: actions/checkout@v4
111111
with:
112112
ref: "${{ github.event.pull_request.merge_commit_sha }}"
113113

@@ -146,7 +146,7 @@ jobs:
146146
runs-on: ubuntu-latest
147147
steps:
148148
- name: Check out code
149-
uses: actions/checkout@v3
149+
uses: actions/checkout@v4
150150
with:
151151
ref: "${{ github.event.pull_request.merge_commit_sha }}"
152152

@@ -185,7 +185,7 @@ jobs:
185185
runs-on: ubuntu-latest
186186
steps:
187187
- name: Check out code
188-
uses: actions/checkout@v3
188+
uses: actions/checkout@v4
189189
with:
190190
ref: "${{ github.event.pull_request.merge_commit_sha }}"
191191

0 commit comments

Comments
 (0)