Bump @actions/cache to 5.1.0, log cache write denied

This commit is contained in:
Jason Ginchereau
2026-06-18 15:19:32 -07:00
parent c8813ba1bc
commit fa8bde1a9c
6 changed files with 103 additions and 17 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "setup-python",
"version": "6.2.0",
"version": "6.3.0",
"private": true,
"description": "Setup python action",
"main": "dist/index.js",
@@ -28,7 +28,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^5.0.5",
"@actions/cache": "^5.1.0",
"@actions/core": "^2.0.3",
"@actions/exec": "^2.0.0",
"@actions/glob": "^0.5.1",