Skip to content

Commit b5af3c6

Browse files
committed
fix: update actions versions in actions-lock.json
1 parent b8a73cd commit b5af3c6

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
{
22
"entries": {
3-
"actions/github-script@v8": {
3+
"actions/checkout@v6": {
4+
"repo": "actions/checkout",
5+
"version": "v6",
6+
"sha": "de0fac2e4500dabe0009e67214ff5f5447ce83dd"
7+
},
8+
"actions/download-artifact@v6.0.0": {
9+
"repo": "actions/download-artifact",
10+
"version": "v6.0.0",
11+
"sha": "018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"
12+
},
13+
"actions/github-script@v8.0.0": {
414
"repo": "actions/github-script",
5-
"version": "v8",
15+
"version": "v8.0.0",
616
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
17+
},
18+
"actions/upload-artifact@v6.0.0": {
19+
"repo": "actions/upload-artifact",
20+
"version": "v6.0.0",
21+
"sha": "b7c566a772e6b6bfb58ed0dc250532a479d7789f"
722
}
823
}
924
}

0 commit comments

Comments
 (0)