Skip to content

Commit 9bd6d1c

Browse files
committed
change back to v3 since more things are failing than before, im confused
1 parent e9162f2 commit 9bd6d1c

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@v4
32+
uses: actions/checkout@v3
3333
with:
3434
ref: "${{ github.event.pull_request.merge_commit_sha }}"
3535

@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Check out code
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v3
6767
with:
6868
ref: "${{ github.event.pull_request.merge_commit_sha }}"
6969

@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-latest
9898
steps:
9999
- name: Check out code
100-
uses: actions/checkout@v4
100+
uses: actions/checkout@v3
101101
with:
102102
ref: "${{ github.event.pull_request.merge_commit_sha }}"
103103

@@ -131,7 +131,7 @@ jobs:
131131
runs-on: ubuntu-latest
132132
steps:
133133
- name: Check out code
134-
uses: actions/checkout@v4
134+
uses: actions/checkout@v3
135135
with:
136136
ref: "${{ github.event.pull_request.merge_commit_sha }}"
137137

@@ -165,7 +165,7 @@ jobs:
165165
runs-on: ubuntu-latest
166166
steps:
167167
- name: Check out code
168-
uses: actions/checkout@v4
168+
uses: actions/checkout@v3
169169
with:
170170
ref: "${{ github.event.pull_request.merge_commit_sha }}"
171171

0 commit comments

Comments
 (0)