mirror of
https://github.com/yt-dlp/ejs.git
synced 2026-06-30 18:05:40 +00:00
Update 9 actions in 2 workflows (#63)
* Bump actions/cache v5.0.4 => v5.0.5 * Bump actions/checkout v6.0.2 => v6.0.3 * Bump actions/setup-node v6.3.0 => v6.4.0 * Bump actions/upload-artifact v7.0.0 => v7.0.1 * Bump astral-sh/ruff-action v3.6.1 => v4.0.0 * Bump denoland/setup-deno v2.0.3 => v2.0.4 * Bump pnpm/action-setup v5.0.0 => v6.0.8 * Bump pypa/gh-action-pypi-publish v1.13.0 => v1.14.0 * Bump zizmorcore/zizmor-action v0.5.2 => v0.5.6
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -16,12 +16,12 @@ jobs:
|
||||
contents: read
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
fetch-depth: 0 # Needed for hatch-vcs versioning
|
||||
persist-credentials: false
|
||||
|
||||
- uses: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3
|
||||
- uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4
|
||||
with:
|
||||
deno-version: 3fbb1daddbc9333cddf0d8c0735811717dd70f7a # v2.6.3
|
||||
cache: false
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
python -m build
|
||||
|
||||
- name: Upload Python artifacts
|
||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: artifacts-py
|
||||
path: |
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
deno task bundle
|
||||
|
||||
- name: Upload JavaScript artifacts
|
||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: artifacts-js
|
||||
path: |
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
name: artifacts-py
|
||||
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
|
||||
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
|
||||
with:
|
||||
verbose: true
|
||||
|
||||
@@ -86,7 +86,7 @@ jobs:
|
||||
contents: write # Needed by gh to publish release to Github
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user