We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c81c66 + 90c5813 commit 568b349Copy full SHA for 568b349
1 file changed
.github/workflows/ci.yml
@@ -111,7 +111,7 @@ jobs:
111
go_version=$(go version | grep -oP 'go\d+\.\d+\.\d+' | sed -E 's/go([0-9]+)\.([0-9]+)\.([0-9]+)/\1\.\2\.\3/')
112
echo "GO_VERSION=$go_version" >> $GITHUB_ENV
113
114
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
115
with:
116
path: /root/.vagrant.d
117
key: vagrant-${{ env.BOX }}
0 commit comments