Merge pull request #83 from crazy-max/dependabot/npm_and_yarn/docker/actions-toolkit-0.25.0

build(deps): bump @docker/actions-toolkit from 0.21.1 to 0.25.0
This commit is contained in:
CrazyMax 2024-06-10 14:21:39 +02:00 committed by GitHub
commit 41a5151e81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 3667 additions and 47 deletions

View File

@ -153,10 +153,21 @@ jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
containerd:
- containerd-system
- containerd-tarball
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Uninstall containerd
if: matrix.containerd == 'containerd-tarball'
run: |
sudo apt-get remove -y containerd.io
-
name: Set up Docker
uses: ./

86
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

2489
dist/licenses.txt generated vendored

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@
"packageManager": "yarn@3.6.3",
"dependencies": {
"@actions/core": "^1.10.1",
"@docker/actions-toolkit": "^0.21.1",
"@docker/actions-toolkit": "^0.25.0",
"uuid": "^9.0.1"
},
"devDependencies": {

1124
yarn.lock

File diff suppressed because it is too large Load Diff