Skip to content

Commit 13b2975

Browse files
committed
Fix workflow
1 parent 0e1e294 commit 13b2975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Create checkout directory
6161
run: mkdir -p ~/go/src/github.com/gitpod-io
6262
- name: Checkout code
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v4
6464
- name: Create symlink in GOPATH
6565
run: ln -s $(pwd) ~/go/src/github.com/gitpod-io/leeway
6666
- name: Setup Golang

0 commit comments

Comments
 (0)