Use correct action address

This commit is contained in:
Dan Buch 2019-03-09 19:58:35 -05:00
parent e7c8db3777
commit 739716d232
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

View File

@ -4,6 +4,6 @@ workflow "Main" {
}
action "vuefun Build" {
uses = "cedrickring/golang-action/g,1.11@1.1.1"
uses = "cedrickring/golang-action/go1.11@1.1.1"
args = "make -C vuefun"
}