Compare commits

...
Author SHA1 Message Date
Dmitry Shibanov 48e4ac7062 Update actions/core for releases/v3 (#624) 2023-03-27 13:13:29 +02:00
Deepak Dahiya 98f2ad02fd Updated @actions/cache (#382) 2022-04-11 19:06:33 +05:30
8 changed files with 4341 additions and 10601 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
operating-system: [ubuntu-20.04, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2142 -140
View File
File diff suppressed because it is too large Load Diff
+2142 -140
View File
File diff suppressed because it is too large Load Diff
+54 -10318
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "setup-python",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"description": "Setup python action",
"main": "dist/index.js",
@@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^2.0.0",
"@actions/cache": "^2.0.2",
"@actions/core": "^1.2.3",
"@actions/exec": "^1.1.0",
"@actions/glob": "^0.2.0",