mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-05-11 02:09:07 -05:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea01e16081 | |||
| 91f1665f03 | |||
| f6ea87cae1 | |||
| b7bb222773 |
@@ -32,7 +32,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
- windows-latest
|
||||
version:
|
||||
- ""
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
- windows-latest
|
||||
steps:
|
||||
-
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
- windows-latest
|
||||
steps:
|
||||
-
|
||||
@@ -104,7 +104,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
- windows-latest
|
||||
steps:
|
||||
-
|
||||
@@ -122,7 +122,7 @@ jobs:
|
||||
docker context inspect foo
|
||||
|
||||
lima-start-args:
|
||||
runs-on: macos-15-intel
|
||||
runs-on: macos-26-large
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
@@ -186,7 +186,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
@@ -282,7 +282,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
- windows-latest
|
||||
steps:
|
||||
-
|
||||
@@ -333,7 +333,7 @@ jobs:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
- windows-latest
|
||||
steps:
|
||||
-
|
||||
|
||||
+82
-82
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+2
-1
@@ -3333,6 +3333,7 @@ The following npm packages may be included in this product:
|
||||
- imurmurhash@0.1.4
|
||||
- is-gzip@1.0.0
|
||||
- isarray@1.0.0
|
||||
- xml-naming@0.1.0
|
||||
|
||||
These packages each contain the following license:
|
||||
|
||||
@@ -3770,7 +3771,7 @@ SOFTWARE.
|
||||
|
||||
The following npm package may be included in this product:
|
||||
|
||||
- fast-xml-builder@1.1.5
|
||||
- fast-xml-builder@1.2.0
|
||||
|
||||
This package contains the following license:
|
||||
|
||||
|
||||
@@ -3299,11 +3299,12 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"fast-xml-builder@npm:^1.1.5":
|
||||
version: 1.1.5
|
||||
resolution: "fast-xml-builder@npm:1.1.5"
|
||||
version: 1.2.0
|
||||
resolution: "fast-xml-builder@npm:1.2.0"
|
||||
dependencies:
|
||||
path-expression-matcher: "npm:^1.1.3"
|
||||
checksum: 10/377c4ef816972e67192fd32757c50d2a9d4cccf352ceac48bda6681a0ee24fb0b1f1c892810f77886db760681f23fe0b8f62c7c0cc9469c0d2863c5c529ac1d2
|
||||
path-expression-matcher: "npm:^1.5.0"
|
||||
xml-naming: "npm:^0.1.0"
|
||||
checksum: 10/5948add7796879d03b6c779cbb17f2f203a41cdf23dfaaa4789c65078a36376cd0709a6586701e980e3d244ebd5fdb35db1235ccb5e4fb9e9abfd8c51e7b8813
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -4951,7 +4952,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"path-expression-matcher@npm:^1.1.3, path-expression-matcher@npm:^1.5.0":
|
||||
"path-expression-matcher@npm:^1.5.0":
|
||||
version: 1.5.0
|
||||
resolution: "path-expression-matcher@npm:1.5.0"
|
||||
checksum: 10/28303bb9ee6831e6df14c10cd3f3f7b2d7c8d7f788d8bdb7440136fd696064c82a3e264999a0764d28e39f698275fc03a5493bec93c57ef4a22566280367dd64
|
||||
@@ -6235,6 +6236,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"xml-naming@npm:^0.1.0":
|
||||
version: 0.1.0
|
||||
resolution: "xml-naming@npm:0.1.0"
|
||||
checksum: 10/45abd94ba64a508bda3f4d0b70e49811a3c3542596252c213caf47c858bbe9bba365ebba8eeff68e2a876e22a1bf6855d90cd2019b2f28012cebb167a4df2293
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"xtend@npm:~4.0.1":
|
||||
version: 4.0.2
|
||||
resolution: "xtend@npm:4.0.2"
|
||||
|
||||
Reference in New Issue
Block a user