Compare commits
114 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4677f0d86d | ||
|
|
d6b647df28 | ||
|
|
b209d257cf | ||
|
|
842ac1f5a6 | ||
|
|
febff29542 | ||
|
|
b37a565bf1 | ||
|
|
1daa7ef1c6 | ||
|
|
d20f14ec31 | ||
|
|
8e0ffdb8f7 | ||
|
|
90a2d4fc8c | ||
|
|
30d405da18 | ||
|
|
39f65a3996 | ||
|
|
6e9ed0f750 | ||
|
|
f1d2eb5c78 | ||
|
|
a55e2d80e5 | ||
|
|
65e6e7f9e9 | ||
|
|
1af1a177a0 | ||
|
|
1105747e98 | ||
|
|
69ae99b3e3 | ||
|
|
104d3c6e30 | ||
|
|
afe6f99154 | ||
|
|
0611075b26 | ||
|
|
dc27ceb15b | ||
|
|
1a711736fb | ||
|
|
3f412010bf | ||
|
|
7fdb99c81f | ||
|
|
711dcd2917 | ||
|
|
ea97deb9db | ||
|
|
70a3f23099 | ||
|
|
a10d236a94 | ||
|
|
94b3400514 | ||
|
|
253ae79725 | ||
|
|
59532913c5 | ||
|
|
42442995cf | ||
|
|
c7a4460502 | ||
|
|
c0ccdfb9e1 | ||
|
|
5e3e686369 | ||
|
|
a931c8641e | ||
|
|
2a8d031553 | ||
|
|
1f1687aa40 | ||
|
|
b028929e76 | ||
|
|
b6273a575d | ||
|
|
ce2b9a12c5 | ||
|
|
8a75db89ea | ||
|
|
25e4df6a06 | ||
|
|
3406bad307 | ||
|
|
1aab4e827f | ||
|
|
bd0c3b5f47 | ||
|
|
083e44c9f2 | ||
|
|
e016980dd9 | ||
|
|
df9c9ffc99 | ||
|
|
e15d1a7551 | ||
|
|
d1d26fff47 | ||
|
|
e53385a7ac | ||
|
|
cec67f42af | ||
|
|
e377f7f20e | ||
|
|
6de63b1223 | ||
|
|
85cf570767 | ||
|
|
e36ebc1c44 | ||
|
|
d65f28701c | ||
|
|
a999650a01 | ||
|
|
33762aab33 | ||
|
|
4b9ca50876 | ||
|
|
6d94a04526 | ||
|
|
86aade6297 | ||
|
|
e6ffe5c417 | ||
|
|
413b9bf54a | ||
|
|
fc09e833a4 | ||
|
|
c5434ea3bb | ||
|
|
48bd0f6351 | ||
|
|
e09ac33ec4 | ||
|
|
f9d70fdc0e | ||
|
|
65087f45e2 | ||
|
|
8d2a5777a4 | ||
|
|
e0f9501188 | ||
|
|
2e10cdac96 | ||
|
|
e327e42d91 | ||
|
|
97a5798272 | ||
|
|
da4c8b59ff | ||
|
|
e36f7a263b | ||
|
|
8467b32e11 | ||
|
|
19b1ef9e25 | ||
|
|
aaab0e9c64 | ||
|
|
cd50da83ca | ||
|
|
234058a478 | ||
|
|
3780088d88 | ||
|
|
119bf8c3b4 | ||
|
|
7ae1d6736a | ||
|
|
1f1ec31861 | ||
|
|
853efd0a8f | ||
|
|
e72bdff040 | ||
|
|
4f36636d26 | ||
|
|
529e482584 | ||
|
|
94505ab224 | ||
|
|
99a99b0ce1 | ||
|
|
0aff29778b | ||
|
|
f7cf161674 | ||
|
|
6da9b2d0d7 | ||
|
|
aed283069c | ||
|
|
05713aec34 | ||
|
|
beccad08ff | ||
|
|
e102caff1c | ||
|
|
7d7c596621 | ||
|
|
f0da2372f0 | ||
|
|
3176b2128b | ||
|
|
4b7d463e85 | ||
|
|
b147ab2dc3 | ||
|
|
dc2a9531b4 | ||
|
|
b46e5c8562 | ||
|
|
bba2af4e70 | ||
|
|
4cc49ff53b | ||
|
|
b9df1d9042 | ||
|
|
e2feed35a0 | ||
|
|
927e241fd0 |
6
.github/workflows/semantic-tag.yml
vendored
6
.github/workflows/semantic-tag.yml
vendored
@@ -14,16 +14,16 @@ jobs:
|
||||
steps:
|
||||
# Release with semantic tag like v1.0.3
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.release.tag_name }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- run: npm install semver
|
||||
- name: Get versions
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v7
|
||||
id: batch
|
||||
env:
|
||||
TAG_NAME: ${{ github.event.release.tag_name }}
|
||||
|
||||
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -10,11 +10,11 @@ jobs:
|
||||
build: # make sure build/ci work properly
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
# Make sure the release step uses its own credentials.
|
||||
persist-credentials: false
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: npm
|
||||
node-version-file: '.nvmrc'
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./
|
||||
with:
|
||||
version: '1.26.2'
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
checks: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: reviewdog/action-actionlint@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
2
LICENSE
2
LICENSE
@@ -1,7 +1,7 @@
|
||||
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2021 Kengo TODA
|
||||
Copyright (c) 2021-2024 Kengo TODA
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
This action downloads the `docker-compose` command and add it to the `PATH` for following executions. It supports the Linux environment only.
|
||||
|
||||
⚠ The `docker-compose` command is now deprecated, consider to use the `docker compose` sub command instead. Refer to [Docker official blog](https://www.docker.com/blog/announcing-compose-v2-general-availability/) for detail.
|
||||
> [!IMPORTANT]
|
||||
> The `docker-compose` command is now deprecated, consider to use the `docker compose` sub command instead. Refer to [Docker official blog](https://www.docker.com/blog/announcing-compose-v2-general-availability/) for detail.
|
||||
|
||||
## How to use
|
||||
|
||||
|
||||
23791
dist/index.js
vendored
23791
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
15863
package-lock.json
generated
15863
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kengotoda/actions-setup-docker-compose",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.2",
|
||||
"description": "the GitHub Action setting up docker-compose command",
|
||||
"main": "lib/main.js",
|
||||
"private": false,
|
||||
@@ -28,24 +28,24 @@
|
||||
"author": "Kengo TODA <skypencil@gmail.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.4.0",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/tool-cache": "^2.0.1",
|
||||
"@octokit/action": "^6.0.0"
|
||||
"@octokit/action": "^6.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@semantic-release/exec": "^6.0.3",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"@types/node": "^20.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^7.0.0",
|
||||
"@vercel/ncc": "^0.38.0",
|
||||
"eslint": "^8.1.0",
|
||||
"eslint-plugin-github": "^4.3.3",
|
||||
"eslint-plugin-jest": "^27.0.1",
|
||||
"eslint-plugin-github": "^4.10.2",
|
||||
"eslint-plugin-jest": "^28.0.0",
|
||||
"jest": "^29.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"prettier": "2.8.8",
|
||||
"semantic-release": "^19.0.2",
|
||||
"prettier": "3.2.5",
|
||||
"semantic-release": "^23.0.0",
|
||||
"ts-jest": "^29.0.0",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
}
|
||||
],
|
||||
"extends": [
|
||||
"config:base"
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user