From 1cdc3afcaeb436f20bcaaff54c9f1ce838c87a7f Mon Sep 17 00:00:00 2001 From: Roaa Sakr Date: Sat, 23 Jan 2021 11:05:01 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 733ef01..1cfb2f2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ jobs: uses: actions/setup-go@v2 - name: Run auto dependency update - uses: romoh/dependencies-autoupdate@main + uses: romoh/dependencies-autoupdate@v1 with: token: ${{ secrets.GITHUB_TOKEN }} update-command: "'go get -u && go mod tidy && go build'"