mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-09-21 10:40:13 +00:00
Merge pull request #1213 from nezhahq/dependabot/github_actions/github-actions-02325a8da5
chore(deps): bump the github-actions group with 2 updates
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
- run: git config --global --add safe.directory /__w/nezha/nezha
|
- run: git config --global --add safe.directory /__w/nezha/nezha
|
||||||
|
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Prepare frontends' dists
|
- name: Prepare frontends' dists
|
||||||
run: |
|
run: |
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
- name: Cache zstd for s390x
|
- name: Cache zstd for s390x
|
||||||
if: matrix.goarch == 's390x'
|
if: matrix.goarch == 's390x'
|
||||||
id: cache-zstd
|
id: cache-zstd
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v6
|
||||||
with:
|
with:
|
||||||
path: /tmp/zstd-s390x
|
path: /tmp/zstd-s390x
|
||||||
key: zstd-s390x-v1.5.7
|
key: zstd-s390x-v1.5.7
|
||||||
@@ -178,7 +178,7 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
name: Release Docker images
|
name: Release Docker images
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v8
|
uses: actions/download-artifact@v8
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ jobs:
|
|||||||
sync-code-to-atomgit:
|
sync-code-to-atomgit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
- uses: adambirds/sync-github-to-gitlab-action@v1.1.0
|
- uses: adambirds/sync-github-to-gitlab-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
destination_repository: git@atomgit.com:naiba/nezha-dashboard.git
|
destination_repository: git@atomgit.com:naiba/nezha-dashboard.git
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ jobs:
|
|||||||
sync-to-jihulab:
|
sync-to-jihulab:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
- uses: adambirds/sync-github-to-gitlab-action@v1.1.0
|
- uses: adambirds/sync-github-to-gitlab-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
destination_repository: git@gitee.com:naibahq/nezha.git
|
destination_repository: git@gitee.com:naibahq/nezha.git
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ATOMGIT_PAT: ${{ secrets.ATOMGIT_PAT }}
|
ATOMGIT_PAT: ${{ secrets.ATOMGIT_PAT }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
- name: Sync to AtomGit
|
- name: Sync to AtomGit
|
||||||
run: |
|
run: |
|
||||||
pip3 install PyGitHub
|
pip3 install PyGitHub
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }}
|
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
- name: Sync to Gitee
|
- name: Sync to Gitee
|
||||||
run: |
|
run: |
|
||||||
pip3 install PyGitHub
|
pip3 install PyGitHub
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- uses: actions/setup-go@v6
|
- uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user