Merge pull request #2448 from HKUDS/dependabot/github_actions/github-actions-b6ffb444c9
Bump the github-actions group with 7 updates
This commit is contained in:
commit
d0509d6f27
5 changed files with 7 additions and 7 deletions
2
.github/workflows/docker-build-lite.yml
vendored
2
.github/workflows/docker-build-lite.yml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
type=raw,value=lite
|
type=raw,value=lite
|
||||||
|
|
||||||
- name: Build and push lite Docker image
|
- name: Build and push lite Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile.lite
|
file: ./Dockerfile.lite
|
||||||
|
|
|
||||||
2
.github/workflows/docker-build-manual.yml
vendored
2
.github/workflows/docker-build-manual.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
type=raw,value=${{ steps.get_tag.outputs.tag }}
|
type=raw,value=${{ steps.get_tag.outputs.tag }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
|
|
||||||
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
type=raw,value=latest,enable=${{ steps.check_prerelease.outputs.is_prerelease == 'false' }}
|
type=raw,value=latest,enable=${{ steps.check_prerelease.outputs.is_prerelease == 'false' }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
|
|
||||||
6
.github/workflows/pypi-publish.yml
vendored
6
.github/workflows/pypi-publish.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
# Build frontend WebUI
|
# Build frontend WebUI
|
||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
uses: oven-sh/setup-bun@v1
|
uses: oven-sh/setup-bun@v2
|
||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
|
|
||||||
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
python -m build
|
python -m build
|
||||||
|
|
||||||
- name: Upload distributions
|
- name: Upload distributions
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: release-dists
|
name: release-dists
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Retrieve release distributions
|
- name: Retrieve release distributions
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: release-dists
|
name: release-dists
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
|
||||||
2
.github/workflows/stale.yaml
vendored
2
.github/workflows/stale.yaml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v9
|
- uses: actions/stale@v10
|
||||||
with:
|
with:
|
||||||
days-before-stale: 90 # 90 days
|
days-before-stale: 90 # 90 days
|
||||||
days-before-close: 7 # 7 days after marked as stale
|
days-before-close: 7 # 7 days after marked as stale
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue