Skip to content

Commit fada738

Browse files
committed
checkout v3, v4 has a glibc requirement
1 parent 63a9ffc commit fada738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BUILD-REUSABLE.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838

3939
jobs:
4040

41-
build-redis:
41+
build:
4242
runs-on: ubuntu-latest
4343
container: ${{inputs.docker_image}}
4444

@@ -53,7 +53,7 @@ jobs:
5353
echo "am I fork: ${amfork}"
5454
echo "IAMAFORK=$amfork" >> $GITHUB_OUTPUT
5555
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v3
5757
with:
5858
path: redis-builder
5959

0 commit comments

Comments
 (0)