We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1e294 commit 13b2975Copy full SHA for 13b2975
.github/workflows/ci-build.yaml
@@ -60,7 +60,7 @@ jobs:
60
- name: Create checkout directory
61
run: mkdir -p ~/go/src/github.com/gitpod-io
62
- name: Checkout code
63
- uses: actions/checkout@v5
+ uses: actions/checkout@v4
64
- name: Create symlink in GOPATH
65
run: ln -s $(pwd) ~/go/src/github.com/gitpod-io/leeway
66
- name: Setup Golang
0 commit comments