12
0
Fork 0
mirror of https://github.com/actions/setup-go.git synced 2026-07-02 19:19:31 +00:00

Bump @actions/cache to 5.1.0, log cache write denied (#758)

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

* Add cache save tests

* Re-trigger CI
This commit is contained in:
Jason Ginchereau 2026-06-22 09:14:01 -10:00 committed by GitHub
parent 4a2405e6ae
commit e91cc3bfe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 258 additions and 17 deletions

View file

@ -1,6 +1,6 @@
{
"name": "setup-go",
"version": "6.2.0",
"version": "6.3.0",
"private": true,
"description": "setup go action",
"main": "lib/setup-go.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",