Skip to content

Commit 568b349

Browse files
authored
Merge pull request #385 from containerd/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 8c81c66 + 90c5813 commit 568b349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
go_version=$(go version | grep -oP 'go\d+\.\d+\.\d+' | sed -E 's/go([0-9]+)\.([0-9]+)\.([0-9]+)/\1\.\2\.\3/')
112112
echo "GO_VERSION=$go_version" >> $GITHUB_ENV
113113
114-
- uses: actions/cache@v4
114+
- uses: actions/cache@v5
115115
with:
116116
path: /root/.vagrant.d
117117
key: vagrant-${{ env.BOX }}

0 commit comments

Comments
 (0)