diff --git a/README.md b/README.md index 211973d..bd189cd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ jobs: contents: write steps: - name: devcard - uses: dailydotdev/action-devcard@2.3.0 + uses: dailydotdev/action-devcard@2.3.1 with: devcard_id: ${{ secrets.DEVCARD_ID }} ``` @@ -24,7 +24,7 @@ jobs: ### Required - `devcard_id`: this is the unique hash of the devcard, it can be found in the URL of the devcard. - - e.g. `https://api.daily.dev/devcards/0b156485612243bfa39092f30071e276.png` where the devcard_id is `0b156485612243bfa39092f30071e276` + - e.g. `https://api.daily.dev/devcards/0b156485612243bfa39092.3.171e276.png` where the devcard_id is `0b156485612243bfa39092.3.171e276` - Can be found at [https://app.daily.dev/devcard](https://app.daily.dev/devcard) ### Optional @@ -51,7 +51,7 @@ jobs: contents: write steps: - name: devcard - uses: dailydotdev/action-devcard@2.3.0 + uses: dailydotdev/action-devcard@2.3.1 with: devcard_id: ${{ secrets.DEVCARD_ID }} commit_branch: devcard diff --git a/dist/vendor/8.14.2/linux-x64/THIRD-PARTY-NOTICES.md b/dist/vendor/8.14.2/linux-x64/THIRD-PARTY-NOTICES.md deleted file mode 100644 index 62b71c6..0000000 --- a/dist/vendor/8.14.2/linux-x64/THIRD-PARTY-NOTICES.md +++ /dev/null @@ -1,42 +0,0 @@ -# Third-party notices - -This software contains third-party libraries -used under the terms of the following licences: - -| Library | Used under the terms of | -|---------------|-----------------------------------------------------------------------------------------------------------| -| aom | BSD 2-Clause + [Alliance for Open Media Patent License 1.0](https://aomedia.org/license/patent-license/) | -| cairo | Mozilla Public License 2.0 | -| cgif | MIT Licence | -| expat | MIT Licence | -| fontconfig | [fontconfig Licence](https://gitlab.freedesktop.org/fontconfig/fontconfig/blob/main/COPYING) (BSD-like) | -| freetype | [freetype Licence](https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT) (BSD-like) | -| fribidi | LGPLv3 | -| gdk-pixbuf | LGPLv3 | -| glib | LGPLv3 | -| harfbuzz | MIT Licence | -| lcms | MIT Licence | -| libexif | LGPLv3 | -| libffi | MIT Licence | -| libheif | LGPLv3 | -| libimagequant | [BSD 2-Clause](https://github.com/lovell/libimagequant/blob/main/COPYRIGHT) | -| mozjpeg | [zlib License, IJG License, BSD-3-Clause](https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md) | -| libnsgif | MIT Licence | -| libpng | [libpng License](https://github.com/glennrp/libpng/blob/master/LICENSE) | -| librsvg | LGPLv3 | -| libspng | [BSD 2-Clause, libpng License](https://github.com/randy408/libspng/blob/master/LICENSE) | -| libtiff | [libtiff License](https://libtiff.gitlab.io/libtiff/misc.html) (BSD-like) | -| libvips | LGPLv3 | -| libwebp | New BSD License | -| libxml2 | MIT Licence | -| orc | [orc License](https://gitlab.freedesktop.org/gstreamer/orc/blob/master/COPYING) (BSD-like) | -| pango | LGPLv3 | -| pixman | MIT Licence | -| proxy-libintl | LGPLv3 | -| zlib-ng | [zlib Licence](https://github.com/zlib-ng/zlib-ng/blob/develop/LICENSE.md) | - -Use of libraries under the terms of the LGPLv3 is via the -"any later version" clause of the LGPLv2 or LGPLv2.1. - -Please report any errors or omissions via -https://github.com/lovell/sharp-libvips/issues/new diff --git a/dist/vendor/8.14.2/linux-x64/lib/libvips-cpp.so.42 b/dist/vendor/8.14.2/linux-x64/lib/libvips-cpp.so.42 deleted file mode 100644 index 368add6..0000000 Binary files a/dist/vendor/8.14.2/linux-x64/lib/libvips-cpp.so.42 and /dev/null differ diff --git a/dist/vendor/8.14.2/linux-x64/platform.json b/dist/vendor/8.14.2/linux-x64/platform.json deleted file mode 100644 index f8bbb41..0000000 --- a/dist/vendor/8.14.2/linux-x64/platform.json +++ /dev/null @@ -1 +0,0 @@ -"linux-x64" \ No newline at end of file diff --git a/dist/vendor/8.14.2/linux-x64/versions.json b/dist/vendor/8.14.2/linux-x64/versions.json deleted file mode 100644 index ecfcbd8..0000000 --- a/dist/vendor/8.14.2/linux-x64/versions.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "aom": "3.6.0", - "cairo": "1.17.8", - "cgif": "0.3.0", - "exif": "0.6.24", - "expat": "2.5.0", - "ffi": "3.4.4", - "fontconfig": "2.14.2", - "freetype": "2.13.0", - "fribidi": "1.0.12", - "gdkpixbuf": "2.42.10", - "glib": "2.76.0", - "harfbuzz": "7.1.0", - "heif": "1.15.1", - "imagequant": "2.4.1", - "lcms": "2.15", - "mozjpeg": "4.1.1", - "orc": "0.4.33", - "pango": "1.50.14", - "pixman": "0.42.2", - "png": "1.6.39", - "proxy-libintl": "0.4", - "rsvg": "2.56.0", - "spng": "0.7.3", - "tiff": "4.5.0", - "vips": "8.14.2", - "webp": "1.3.0", - "xml": "2.10.3", - "zlib-ng": "2.0.7" -} \ No newline at end of file diff --git a/package.json b/package.json index f66c7b3..1f02499 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-devcard", - "version": "2.3.0", + "version": "2.3.1", "description": "GitHub Action to download the devcard from daily.dev", "private": true, "author": {